Class: Aws::Macie2::Types::GetMemberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetMemberResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an account that’s associated with an Amazon Macie administrator account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #account_id ⇒ String
- #administrator_account_id ⇒ String
- #arn ⇒ String
- #email ⇒ String
- #invited_at ⇒ Time
- #master_account_id ⇒ String
-
#relationship_status ⇒ String
The current status of the relationship between an account and an associated Amazon Macie administrator account.
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
- #updated_at ⇒ Time
Instance Attribute Details
#account_id ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#administrator_account_id ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#invited_at ⇒ Time
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#master_account_id ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#relationship_status ⇒ String
The current status of the relationship between an account and an associated Amazon Macie administrator account. Possible values are:
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-macie2/types.rb', line 3283 class GetMemberResponse < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |