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)


1312
1313
1314
1315
1316
1317
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1312

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

#domain_nameString

The name of the domain.

Returns:

  • (String)


1312
1313
1314
1315
1316
1317
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1312

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