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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/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)


2592
2593
2594
2595
2596
2597
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2592

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)


2592
2593
2594
2595
2596
2597
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2592

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