Class: Aws::Types::Member
- Inherits:
-
Object
- Object
- Aws::Types::Member
- 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.
-
#framework_attributes ⇒ Types::MemberFrameworkAttributes
Returns the value of attribute framework_attributes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
358 359 360 |
# File 'sig/types.rbs', line 358 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
356 357 358 |
# File 'sig/types.rbs', line 356 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
352 353 354 |
# File 'sig/types.rbs', line 352 def description @description end |
#framework_attributes ⇒ Types::MemberFrameworkAttributes
Returns the value of attribute framework_attributes.
353 354 355 |
# File 'sig/types.rbs', line 353 def framework_attributes @framework_attributes end |
#id ⇒ ::String
Returns the value of attribute id.
350 351 352 |
# File 'sig/types.rbs', line 350 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
359 360 361 |
# File 'sig/types.rbs', line 359 def kms_key_arn @kms_key_arn end |
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
354 355 356 |
# File 'sig/types.rbs', line 354 def log_publishing_configuration @log_publishing_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
351 352 353 |
# File 'sig/types.rbs', line 351 def name @name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
349 350 351 |
# File 'sig/types.rbs', line 349 def network_id @network_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
355 356 357 |
# File 'sig/types.rbs', line 355 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
357 358 359 |
# File 'sig/types.rbs', line 357 def @tags end |