Class: Aws::Types::MemberConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MemberConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#framework_configuration ⇒ Types::MemberFrameworkConfiguration
Returns the value of attribute framework_configuration.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
365 366 367 |
# File 'sig/types.rbs', line 365 def description @description end |
#framework_configuration ⇒ Types::MemberFrameworkConfiguration
Returns the value of attribute framework_configuration.
366 367 368 |
# File 'sig/types.rbs', line 366 def framework_configuration @framework_configuration end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
369 370 371 |
# File 'sig/types.rbs', line 369 def kms_key_arn @kms_key_arn end |
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
367 368 369 |
# File 'sig/types.rbs', line 367 def log_publishing_configuration @log_publishing_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
364 365 366 |
# File 'sig/types.rbs', line 364 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
368 369 370 |
# File 'sig/types.rbs', line 368 def @tags end |