Class: Aws::Types::UpdateChangesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChangesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#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
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def changeset_id @changeset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
561 562 563 |
# File 'sig/types.rbs', line 561 def client_token @client_token end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def dataset_id @dataset_id end |
#format_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute format_params.
565 566 567 |
# File 'sig/types.rbs', line 565 def format_params @format_params end |
#source_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_params.
564 565 566 |
# File 'sig/types.rbs', line 564 def source_params @source_params end |