Class: Aws::AppSync::Types::GetDomainNameResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name_configTypes::DomainNameConfig

The configuration for the ‘DomainName`.



2539
2540
2541
2542
2543
# File 'lib/aws-sdk-appsync/types.rb', line 2539

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