Class: Aws::Types::Member
- Inherits:
-
Object
- Object
- Aws::Types::Member
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#administrator_id ⇒ ::String
Returns the value of attribute administrator_id.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#invited_at ⇒ ::String
Returns the value of attribute invited_at.
-
#master_id ⇒ ::String
Returns the value of attribute master_id.
-
#relationship_status ⇒ ::String
Returns the value of attribute relationship_status.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def account_id @account_id end |
#administrator_id ⇒ ::String
Returns the value of attribute administrator_id.
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.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def detector_id @detector_id end |
#email ⇒ ::String
Returns the value of attribute email.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def email @email end |
#invited_at ⇒ ::String
Returns the value of attribute invited_at.
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.
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.
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.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def updated_at @updated_at end |