Class: Aws::Types::Member

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def 
  @account_id
end

#administrator_id::String

Returns the value of attribute administrator_id.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def administrator_id
  @administrator_id
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def detector_id
  @detector_id
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def email
  @email
end

#invited_at::String

Returns the value of attribute invited_at.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def invited_at
  @invited_at
end

#master_id::String

Returns the value of attribute master_id.

Returns:

  • (::String)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def master_id
  @master_id
end

#relationship_status::String

Returns the value of attribute relationship_status.

Returns:

  • (::String)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def relationship_status
  @relationship_status
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def updated_at
  @updated_at
end