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.
1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-amplify/types.rb', line 1813 class GetDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-amplify/types.rb', line 1813 class GetDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |