Class: Aws::NetworkManager::Types::StartOrganizationServiceAccessUpdateResponse

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

#organization_statusTypes::OrganizationStatus

The status of the service access update request for an Amazon Web Services Organization.



5059
5060
5061
5062
5063
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5059

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