Class: Aws::Amplify::Types::GetDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetDomainAssociationRequest
- Defined in:
- gems/aws-sdk-amplify/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.
1711 1712 1713 1714 1715 1716 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1711 class GetDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
1711 1712 1713 1714 1715 1716 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1711 class GetDomainAssociationRequest < Struct.new( :app_id, :domain_name) SENSITIVE = [] include Aws::Structure end |