Class: Aws::AmplifyUIBuilder::Types::DeleteThemeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::DeleteThemeRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app associated with the theme to delete.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#id ⇒ String
The unique ID of the theme to delete.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app associated with the theme to delete.
1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1385 class DeleteThemeRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1385 class DeleteThemeRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the theme to delete.
1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1385 class DeleteThemeRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |