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

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

#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)


945
946
947
948
949
950
951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 945

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

#descriptionString

A description of the DomainName.

Returns:

  • (String)


945
946
947
948
949
950
951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 945

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

#domain_nameString

The domain name.

Returns:

  • (String)


945
946
947
948
949
950
951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 945

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