Class: Aws::Types::DelegatedAdministrator
- Inherits:
-
Object
- Object
- Aws::Types::DelegatedAdministrator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#delegation_enabled_date ⇒ ::Time
Returns the value of attribute delegation_enabled_date.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#joined_method ⇒ "INVITED", "CREATED"
Returns the value of attribute joined_method.
-
#joined_timestamp ⇒ ::Time
Returns the value of attribute joined_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute state.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def arn @arn end |
#delegation_enabled_date ⇒ ::Time
Returns the value of attribute delegation_enabled_date.
228 229 230 |
# File 'sig/types.rbs', line 228 def delegation_enabled_date @delegation_enabled_date end |
#email ⇒ ::String
Returns the value of attribute email.
222 223 224 |
# File 'sig/types.rbs', line 222 def email @email end |
#id ⇒ ::String
Returns the value of attribute id.
220 221 222 |
# File 'sig/types.rbs', line 220 def id @id end |
#joined_method ⇒ "INVITED", "CREATED"
Returns the value of attribute joined_method.
226 227 228 |
# File 'sig/types.rbs', line 226 def joined_method @joined_method end |
#joined_timestamp ⇒ ::Time
Returns the value of attribute joined_timestamp.
227 228 229 |
# File 'sig/types.rbs', line 227 def @joined_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
223 224 225 |
# File 'sig/types.rbs', line 223 def name @name end |
#state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute state.
225 226 227 |
# File 'sig/types.rbs', line 225 def state @state end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
224 225 226 |
# File 'sig/types.rbs', line 224 def status @status end |