Class: Aws::Types::Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Configuration
- 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.
252 253 254 |
# File 'sig/types.rbs', line 252 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
253 254 255 |
# File 'sig/types.rbs', line 253 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
254 255 256 |
# File 'sig/types.rbs', line 254 def description @description end |
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
255 256 257 |
# File 'sig/types.rbs', line 255 def kafka_versions @kafka_versions end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
256 257 258 |
# File 'sig/types.rbs', line 256 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
258 259 260 |
# File 'sig/types.rbs', line 258 def state @state end |