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]
151 |
# File 'sig/client.rbs', line 151
def change_set: () -> ::Array[Types::ChangeSummary]
|
#change_set_arn ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def change_set_arn: () -> ::String
|
#change_set_id ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def change_set_id: () -> ::String
|
#change_set_name ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def change_set_name: () -> ::String
|
#end_time ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def end_time: () -> ::String
|
#failure_code ⇒ "CLIENT_ERROR", "SERVER_FAULT"
149 |
# File 'sig/client.rbs', line 149
def failure_code: () -> ("CLIENT_ERROR" | "SERVER_FAULT")
|
#failure_description ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def failure_description: () -> ::String
|
#intent ⇒ "VALIDATE", "APPLY"
145 |
# File 'sig/client.rbs', line 145
def intent: () -> ("VALIDATE" | "APPLY")
|
#start_time ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def start_time: () -> ::String
|
#status ⇒ "PREPARING", ...
148 |
# File 'sig/client.rbs', line 148
def status: () -> ("PREPARING" | "APPLYING" | "SUCCEEDED" | "CANCELLED" | "FAILED")
|