Class: Aws::AppSync::Types::CreateDomainNameResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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.



959
960
961
962
963
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 959

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