Class: Aws::Macie2::Types::GetMemberResponse

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

Instance Attribute Details

#account_idString

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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_idString

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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

#arnString

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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

#emailString

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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_atTime

Returns:

  • (Time)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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_idString

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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_statusString

The current status of the relationship between an account and an associated Amazon Macie administrator account. Possible values are:

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Returns:

  • (Hash<String,String>)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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_atTime

Returns:

  • (Time)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3180

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