Class: Aws::Types::ResourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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.
5343 5344 5345 |
# File 'sig/types.rbs', line 5343 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
5341 5342 5343 |
# File 'sig/types.rbs', line 5341 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
5342 5343 5344 |
# File 'sig/types.rbs', line 5342 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
5345 5346 5347 |
# File 'sig/types.rbs', line 5345 def parameters @parameters end |
#region ⇒ ::String
Returns the value of attribute region.
5344 5345 5346 |
# File 'sig/types.rbs', line 5344 def region @region end |