Class: Aws::AppSync::Types::UpdateDomainNameRequest

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

#descriptionString

A description of the DomainName.

Returns:

  • (String)


4593
4594
4595
4596
4597
4598
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4593

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

#domain_nameString

The domain name.

Returns:

  • (String)


4593
4594
4595
4596
4597
4598
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4593

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