Class: Aws::NetworkManager::Types::ListOrganizationServiceAccessStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListOrganizationServiceAccessStatusResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#organization_status ⇒ Types::OrganizationStatus
Displays the status of an Amazon Web Services Organization.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
3988 3989 3990 3991 3992 3993 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3988 class ListOrganizationServiceAccessStatusResponse < Struct.new( :organization_status, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_status ⇒ Types::OrganizationStatus
Displays the status of an Amazon Web Services Organization.
3988 3989 3990 3991 3992 3993 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3988 class ListOrganizationServiceAccessStatusResponse < Struct.new( :organization_status, :next_token) SENSITIVE = [] include Aws::Structure end |