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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



5488
5489
5490
5491
5492
# File 'lib/aws-sdk-networkmanager/types.rb', line 5488

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