Class: Aws::NetworkManager::Types::StartOrganizationServiceAccessUpdateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action to take for the update request. This can be either ENABLE or DISABLE.

Returns:

  • (String)


5046
5047
5048
5049
5050
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5046

class StartOrganizationServiceAccessUpdateRequest < Struct.new(
  :action)
  SENSITIVE = []
  include Aws::Structure
end