Class: Aws::NetworkManager::Types::AccountStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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

Instance Attribute Details

#account_idString

The ID of an account within the Amazon Web Services Organization.

Returns:

  • (String)


84
85
86
87
88
89
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 84

class AccountStatus < Struct.new(
  :account_id,
  :slr_deployment_status)
  SENSITIVE = []
  include Aws::Structure
end

#slr_deployment_statusString

The status of SLR deployment for the account.

Returns:

  • (String)


84
85
86
87
88
89
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 84

class AccountStatus < Struct.new(
  :account_id,
  :slr_deployment_status)
  SENSITIVE = []
  include Aws::Structure
end