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)


5234
5235
5236
5237
5238
5239
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5234

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

#domain_nameString

The domain name.

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5234

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