Class: Aws::Types::PutResourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PutResourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
5072 5073 5074 |
# File 'sig/types.rbs', line 5072 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
5071 5072 5073 |
# File 'sig/types.rbs', line 5071 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
5074 5075 5076 |
# File 'sig/types.rbs', line 5074 def parameters @parameters end |
#region ⇒ ::String
Returns the value of attribute region.
5073 5074 5075 |
# File 'sig/types.rbs', line 5073 def region @region end |