Class: Aws::NetworkManager::Types::StartOrganizationServiceAccessUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::StartOrganizationServiceAccessUpdateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_status ⇒ Types::OrganizationStatus
The status of the service access update request for an Amazon Web Services Organization.
Instance Attribute Details
#organization_status ⇒ Types::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 |