Class: Aws::Types::Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
Instance Attribute Details
#classification ⇒ ::String
Returns the value of attribute classification.
584 585 586 |
# File 'sig/types.rbs', line 584 def classification @classification end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
585 586 587 |
# File 'sig/types.rbs', line 585 def properties @properties end |