Class: Aws::AmplifyBackend::Types::CreateBackendRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Note:
When making an API call, you may pass CreateBackendRequest data as a hash:
{
app_id: "__string", # required
app_name: "__string", # required
backend_environment_name: "__string", # required
resource_config: {
},
resource_name: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #app_id ⇒ String
- #app_name ⇒ String
- #backend_environment_name ⇒ String
- #resource_config ⇒ Types::ResourceConfig
- #resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
1654 1655 1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1654 class CreateBackendRequest < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#app_name ⇒ String
1654 1655 1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1654 class CreateBackendRequest < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1654 1655 1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1654 class CreateBackendRequest < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::ResourceConfig
1654 1655 1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1654 class CreateBackendRequest < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
1654 1655 1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1654 class CreateBackendRequest < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |