Class: Aws::AppSync::Types::CreateDomainNameRequest

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

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-appsync/types.rb', line 1263

class CreateDomainNameRequest < Struct.new(
  :domain_name,
  :certificate_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the ‘DomainName`.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-appsync/types.rb', line 1263

class CreateDomainNameRequest < Struct.new(
  :domain_name,
  :certificate_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-appsync/types.rb', line 1263

class CreateDomainNameRequest < Struct.new(
  :domain_name,
  :certificate_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end