Class: Aws::Amplify::Types::DeleteDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteDomainAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the delete domain association request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique id for an Amplify app.
-
#domain_name ⇒ String
The name of the domain.
Instance Attribute Details
#app_id ⇒ String
The unique id for an Amplify app.
1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-amplify/types.rb', line 1312 class DeleteDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-amplify/types.rb', line 1312 class DeleteDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |