Class: Aws::Types::CreateChangesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChangesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_type ⇒ "REPLACE", ...
Returns the value of attribute change_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#format_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute format_params.
-
#source_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_params.
Instance Attribute Details
#change_type ⇒ "REPLACE", ...
Returns the value of attribute change_type.
75 76 77 |
# File 'sig/types.rbs', line 75 def change_type @change_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
73 74 75 |
# File 'sig/types.rbs', line 73 def client_token @client_token end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def dataset_id @dataset_id end |
#format_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute format_params.
77 78 79 |
# File 'sig/types.rbs', line 77 def format_params @format_params end |
#source_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_params.
76 77 78 |
# File 'sig/types.rbs', line 76 def source_params @source_params end |