Class: Aws::SMS::Types::GenerateChangeSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GenerateChangeSetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application associated with the change set.
-
#changeset_format ⇒ String
The format for the change set.
Instance Attribute Details
#app_id ⇒ String
The ID of the application associated with the change set.
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_format ⇒ String
The format for the change set.
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 |