Class: Aws::NetworkManager::Types::OrganizationStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

The status of an Amazon Web Services Organization and the accounts within that organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_status_listArray<Types::AccountStatus>

The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either SUCCEEDED or IN_PROGRESS.

Returns:



4422
4423
4424
4425
4426
4427
4428
4429
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4422

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end

#organization_aws_service_access_statusString

The status of the organization's AWS service access. This will be ENABLED or DISABLED.

Returns:

  • (String)


4422
4423
4424
4425
4426
4427
4428
4429
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4422

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The ID of an Amazon Web Services Organization.

Returns:

  • (String)


4422
4423
4424
4425
4426
4427
4428
4429
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4422

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end

#slr_deployment_statusString

The status of the SLR deployment for the account. This will be either SUCCEEDED or IN_PROGRESS.

Returns:

  • (String)


4422
4423
4424
4425
4426
4427
4428
4429
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4422

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end