Class: Aws::Amplify::Types::GetDomainAssociationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

The result structure for the get domain association request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_associationTypes::DomainAssociation

Describes the structure of a domain association, which associates a custom domain with an Amplify app.



1649
1650
1651
1652
1653
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1649

class GetDomainAssociationResult < Struct.new(
  :domain_association)
  SENSITIVE = []
  include Aws::Structure
end