Class: Aws::Types::CustomExtension
- Inherits:
-
Object
- Object
- Aws::Types::CustomExtension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#critical ⇒ Boolean
Returns the value of attribute critical.
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#critical ⇒ Boolean
Returns the value of attribute critical.
154 155 156 |
# File 'sig/types.rbs', line 154 def critical @critical end |
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
152 153 154 |
# File 'sig/types.rbs', line 152 def object_identifier @object_identifier end |
#value ⇒ ::String
Returns the value of attribute value.
153 154 155 |
# File 'sig/types.rbs', line 153 def value @value end |