Class: Aws::AmplifyUIBuilder::Types::GetThemeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetThemeRequest
- 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.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#id ⇒ String
The unique ID for the theme.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app.
2331 2332 2333 2334 2335 2336 2337 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2331 class GetThemeRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
2331 2332 2333 2334 2335 2336 2337 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2331 class GetThemeRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the theme.
2331 2332 2333 2334 2335 2336 2337 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2331 class GetThemeRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |