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.
259 260 261 |
# File 'sig/types.rbs', line 259 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
260 261 262 |
# File 'sig/types.rbs', line 260 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
261 262 263 |
# File 'sig/types.rbs', line 261 def description @description end |
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
262 263 264 |
# File 'sig/types.rbs', line 262 def kafka_versions @kafka_versions end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
263 264 265 |
# File 'sig/types.rbs', line 263 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
264 265 266 |
# File 'sig/types.rbs', line 264 def name @name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
265 266 267 |
# File 'sig/types.rbs', line 265 def state @state end |