Class: Aws::Types::Account
- Inherits:
-
Object
- Object
- Aws::Types::Account
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
-
#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.
39 40 41 |
# File 'sig/types.rbs', line 39 def arn @arn end |
#email ⇒ ::String
Returns the value of attribute email.
40 41 42 |
# File 'sig/types.rbs', line 40 def email @email end |
#id ⇒ ::String
Returns the value of attribute id.
38 39 40 |
# File 'sig/types.rbs', line 38 def id @id end |
#joined_method ⇒ "INVITED", "CREATED"
Returns the value of attribute joined_method.
45 46 47 |
# File 'sig/types.rbs', line 45 def joined_method @joined_method end |
#joined_timestamp ⇒ ::Time
Returns the value of attribute joined_timestamp.
46 47 48 |
# File 'sig/types.rbs', line 46 def @joined_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
41 42 43 |
# File 'sig/types.rbs', line 41 def name @name end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
44 45 46 |
# File 'sig/types.rbs', line 44 def paths @paths end |
#state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute state.
43 44 45 |
# File 'sig/types.rbs', line 43 def state @state end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
42 43 44 |
# File 'sig/types.rbs', line 42 def status @status end |