Class: Aws::Types::UpdateSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token_id ⇒ ::String
Returns the value of attribute client_token_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#type ⇒ "OpenApi3"
Returns the value of attribute type.
Instance Attribute Details
#client_token_id ⇒ ::String
Returns the value of attribute client_token_id.
646 647 648 |
# File 'sig/types.rbs', line 646 def client_token_id @client_token_id end |
#content ⇒ ::String
Returns the value of attribute content.
647 648 649 |
# File 'sig/types.rbs', line 647 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
648 649 650 |
# File 'sig/types.rbs', line 648 def description @description end |
#type ⇒ "OpenApi3"
Returns the value of attribute type.
649 650 651 |
# File 'sig/types.rbs', line 649 def type @type end |