Class: Aws::Types::Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
100 101 102 |
# File 'sig/types.rbs', line 100 def configuration_version @configuration_version end |
#content ⇒ ::String
Returns the value of attribute content.
99 100 101 |
# File 'sig/types.rbs', line 99 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def content_type @content_type end |