Class: Aws::SMS::Types::GenerateChangeSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application associated with the change set.

Returns:

  • (String)


508
509
510
511
512
513
# File 'lib/aws-sdk-sms/types.rb', line 508

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

#changeset_formatString

The format for the change set.

Returns:

  • (String)


508
509
510
511
512
513
# File 'lib/aws-sdk-sms/types.rb', line 508

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