Class: Aws::NetworkManager::Types::ListOrganizationServiceAccessStatusResponse

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


4003
4004
4005
4006
4007
4008
# File 'lib/aws-sdk-networkmanager/types.rb', line 4003

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

#organization_statusTypes::OrganizationStatus

Displays the status of an Amazon Web Services Organization.



4003
4004
4005
4006
4007
4008
# File 'lib/aws-sdk-networkmanager/types.rb', line 4003

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