Class: Aws::Amplify::Types::GetDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetDomainAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the get 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.
1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-amplify/types.rb', line 1722 class GetDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-amplify/types.rb', line 1722 class GetDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |