Class: Aws::NetworkManager::Types::AccountStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AccountStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of an account within the Amazon Web Services Organization.
-
#slr_deployment_status ⇒ String
The status of SLR deployment for the account.
Instance Attribute Details
#account_id ⇒ String
The ID of an account within the Amazon Web Services Organization.
84 85 86 87 88 89 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 84 class AccountStatus < Struct.new( :account_id, :slr_deployment_status) SENSITIVE = [] include Aws::Structure end |
#slr_deployment_status ⇒ String
The status of SLR deployment for the account.
84 85 86 87 88 89 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 84 class AccountStatus < Struct.new( :account_id, :slr_deployment_status) SENSITIVE = [] include Aws::Structure end |