Class: Aws::GuardDuty::Types::Member

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains details about the member account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

AWS account ID.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end

#detector_idString

The unique identifier for a detector.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end

#emailString

Member account’s email address.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end

#invited_atString

Timestamp at which the invitation was sent

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end

#master_idString

The master account ID.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end

#relationship_statusString

The status of the relationship between the member and the master.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end

#updated_atString

The first time a resource was created. The format will be ISO-8601.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
# File 'lib/aws-sdk-guardduty/types.rb', line 2137

class Member < Struct.new(
  :account_id,
  :detector_id,
  :email,
  :invited_at,
  :master_id,
  :relationship_status,
  :updated_at)
  include Aws::Structure
end