Class: Aws::Types::UpdateThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThemeRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#updated_theme ⇒ Types::UpdateThemeData
Returns the value of attribute updated_theme.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
971 972 973 |
# File 'sig/types.rbs', line 971 def app_id @app_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
974 975 976 |
# File 'sig/types.rbs', line 974 def client_token @client_token end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
972 973 974 |
# File 'sig/types.rbs', line 972 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
973 974 975 |
# File 'sig/types.rbs', line 973 def id @id end |
#updated_theme ⇒ Types::UpdateThemeData
Returns the value of attribute updated_theme.
975 976 977 |
# File 'sig/types.rbs', line 975 def updated_theme @updated_theme end |