Class: Aws::Types::CreateThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThemeRequest
- 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.
-
#theme_to_create ⇒ Types::CreateThemeData
Returns the value of attribute theme_to_create.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def app_id @app_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
329 330 331 |
# File 'sig/types.rbs', line 329 def client_token @client_token end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def environment_name @environment_name end |
#theme_to_create ⇒ Types::CreateThemeData
Returns the value of attribute theme_to_create.
330 331 332 |
# File 'sig/types.rbs', line 330 def theme_to_create @theme_to_create end |