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.
539 540 541 |
# File 'sig/types.rbs', line 539 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
540 541 542 |
# File 'sig/types.rbs', line 540 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
541 542 543 |
# File 'sig/types.rbs', line 541 def description @description end |
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
542 543 544 |
# File 'sig/types.rbs', line 542 def kafka_versions @kafka_versions end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
543 544 545 |
# File 'sig/types.rbs', line 543 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
544 545 546 |
# File 'sig/types.rbs', line 544 def name @name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
545 546 547 |
# File 'sig/types.rbs', line 545 def state @state end |