Class: Aws::Types::PutFormTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFormTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6089 6090 6091 |
# File 'sig/types.rbs', line 6089 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
6087 6088 6089 |
# File 'sig/types.rbs', line 6087 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
6088 6089 6090 |
# File 'sig/types.rbs', line 6088 def schema @schema end |