Module: Aws::MarketplaceCatalog::Client::_DescribeChangeSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChangeSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #change_set ⇒ ::Array[Types::ChangeSummary]
- #change_set_arn ⇒ ::String
- #change_set_id ⇒ ::String
- #change_set_name ⇒ ::String
- #end_time ⇒ ::String
- #failure_code ⇒ "CLIENT_ERROR", "SERVER_FAULT"
- #failure_description ⇒ ::String
- #intent ⇒ "VALIDATE", "APPLY"
- #start_time ⇒ ::String
- #status ⇒ "PREPARING", ...
Instance Method Details
#change_set ⇒ ::Array[Types::ChangeSummary]
129 |
# File 'sig/client.rbs', line 129
def change_set: () -> ::Array[Types::ChangeSummary]
|
#change_set_arn ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def change_set_arn: () -> ::String
|
#change_set_id ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def change_set_id: () -> ::String
|
#change_set_name ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def change_set_name: () -> ::String
|
#end_time ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def end_time: () -> ::String
|
#failure_code ⇒ "CLIENT_ERROR", "SERVER_FAULT"
127 |
# File 'sig/client.rbs', line 127
def failure_code: () -> ("CLIENT_ERROR" | "SERVER_FAULT")
|
#failure_description ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def failure_description: () -> ::String
|
#intent ⇒ "VALIDATE", "APPLY"
123 |
# File 'sig/client.rbs', line 123
def intent: () -> ("VALIDATE" | "APPLY")
|
#start_time ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def start_time: () -> ::String
|
#status ⇒ "PREPARING", ...
126 |
# File 'sig/client.rbs', line 126
def status: () -> ("PREPARING" | "APPLYING" | "SUCCEEDED" | "CANCELLED" | "FAILED")
|