Class: Aws::Types::UpdateSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaRequest
- 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.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#type ⇒ "OpenApi3"
Returns the value of attribute type.
Instance Attribute Details
#client_token_id ⇒ ::String
Returns the value of attribute client_token_id.
654 655 656 |
# File 'sig/types.rbs', line 654 def client_token_id @client_token_id end |
#content ⇒ ::String
Returns the value of attribute content.
655 656 657 |
# File 'sig/types.rbs', line 655 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
656 657 658 |
# File 'sig/types.rbs', line 656 def description @description end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
657 658 659 |
# File 'sig/types.rbs', line 657 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
658 659 660 |
# File 'sig/types.rbs', line 658 def schema_name @schema_name end |
#type ⇒ "OpenApi3"
Returns the value of attribute type.
659 660 661 |
# File 'sig/types.rbs', line 659 def type @type end |