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.
-
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
424 425 426 |
# File 'sig/types.rbs', line 424 def arn @arn end |
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
425 426 427 |
# File 'sig/types.rbs', line 425 def authentication_strategy @authentication_strategy end |
#created ⇒ ::Time
Returns the value of attribute created.
426 427 428 |
# File 'sig/types.rbs', line 426 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
427 428 429 |
# File 'sig/types.rbs', line 427 def description @description end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
429 430 431 |
# File 'sig/types.rbs', line 429 def engine_version @engine_version end |
#id ⇒ ::String
Returns the value of attribute id.
430 431 432 |
# File 'sig/types.rbs', line 430 def id @id end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
431 432 433 |
# File 'sig/types.rbs', line 431 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
432 433 434 |
# File 'sig/types.rbs', line 432 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
433 434 435 |
# File 'sig/types.rbs', line 433 def end |