Class: Aws::Types::CreateFormRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFormRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#form_to_create ⇒ Types::CreateFormData
Returns the value of attribute form_to_create.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
306 307 308 |
# File 'sig/types.rbs', line 306 def app_id @app_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def client_token @client_token end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def environment_name @environment_name end |
#form_to_create ⇒ Types::CreateFormData
Returns the value of attribute form_to_create.
309 310 311 |
# File 'sig/types.rbs', line 309 def form_to_create @form_to_create end |