Class: Aws::Amplify::Types::DeleteDomainAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

The request structure for the delete domain association request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique id for an Amplify app.

Returns:

  • (String)


1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1234

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

#domain_nameString

The name of the domain.

Returns:

  • (String)


1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1234

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