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.
-
#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.
79 80 81 |
# File 'sig/types.rbs', line 79 def arn @arn end |
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
80 81 82 |
# File 'sig/types.rbs', line 80 def authentication_strategy @authentication_strategy end |
#created ⇒ ::Time
Returns the value of attribute created.
81 82 83 |
# File 'sig/types.rbs', line 81 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
82 83 84 |
# File 'sig/types.rbs', line 82 def description @description end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
83 84 85 |
# File 'sig/types.rbs', line 83 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
84 85 86 |
# File 'sig/types.rbs', line 84 def engine_version @engine_version end |
#id ⇒ ::String
Returns the value of attribute id.
85 86 87 |
# File 'sig/types.rbs', line 85 def id @id end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
86 87 88 |
# File 'sig/types.rbs', line 86 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
87 88 89 |
# File 'sig/types.rbs', line 87 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
88 89 90 |
# File 'sig/types.rbs', line 88 def @tags end |