Class: Aws::MarketplaceCatalog::Types::StartChangeSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_arnString

The ARN associated to the unique identifier generated for the request.

Returns:

  • (String)


857
858
859
860
861
862
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 857

class StartChangeSetResponse < Struct.new(
  :change_set_id,
  :change_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_idString

Unique identifier generated for the request.

Returns:

  • (String)


857
858
859
860
861
862
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 857

class StartChangeSetResponse < Struct.new(
  :change_set_id,
  :change_set_arn)
  SENSITIVE = []
  include Aws::Structure
end