Class: Aws::Types::MemberSummary
- Inherits:
-
Object
- Object
- Aws::Types::MemberSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_owned ⇒ Boolean
Returns the value of attribute is_owned.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
412 413 414 |
# File 'sig/types.rbs', line 412 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
410 411 412 |
# File 'sig/types.rbs', line 410 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
408 409 410 |
# File 'sig/types.rbs', line 408 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
406 407 408 |
# File 'sig/types.rbs', line 406 def id @id end |
#is_owned ⇒ Boolean
Returns the value of attribute is_owned.
411 412 413 |
# File 'sig/types.rbs', line 411 def is_owned @is_owned end |
#name ⇒ ::String
Returns the value of attribute name.
407 408 409 |
# File 'sig/types.rbs', line 407 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
409 410 411 |
# File 'sig/types.rbs', line 409 def status @status end |