Class: Aws::Types::DescribeConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
532 533 534 |
# File 'sig/types.rbs', line 532 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
533 534 535 |
# File 'sig/types.rbs', line 533 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
534 535 536 |
# File 'sig/types.rbs', line 534 def description @description end |
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
535 536 537 |
# File 'sig/types.rbs', line 535 def kafka_versions @kafka_versions end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
536 537 538 |
# File 'sig/types.rbs', line 536 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
537 538 539 |
# File 'sig/types.rbs', line 537 def name @name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
538 539 540 |
# File 'sig/types.rbs', line 538 def state @state end |