Class: Aws::Types::StartChangeRequestExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartChangeRequestExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_approve ⇒ Boolean
Returns the value of attribute auto_approve.
-
#change_details ⇒ ::String
Returns the value of attribute change_details.
-
#change_request_name ⇒ ::String
Returns the value of attribute change_request_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#runbooks ⇒ ::Array[Types::Runbook]
Returns the value of attribute runbooks.
-
#scheduled_end_time ⇒ ::Time
Returns the value of attribute scheduled_end_time.
-
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_approve ⇒ Boolean
Returns the value of attribute auto_approve.
4186 4187 4188 |
# File 'sig/types.rbs', line 4186 def auto_approve @auto_approve end |
#change_details ⇒ ::String
Returns the value of attribute change_details.
4190 4191 4192 |
# File 'sig/types.rbs', line 4190 def change_details @change_details end |
#change_request_name ⇒ ::String
Returns the value of attribute change_request_name.
4184 4185 4186 |
# File 'sig/types.rbs', line 4184 def change_request_name @change_request_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
4185 4186 4187 |
# File 'sig/types.rbs', line 4185 def client_token @client_token end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
4181 4182 4183 |
# File 'sig/types.rbs', line 4181 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
4182 4183 4184 |
# File 'sig/types.rbs', line 4182 def document_version @document_version end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def parameters @parameters end |
#runbooks ⇒ ::Array[Types::Runbook]
Returns the value of attribute runbooks.
4187 4188 4189 |
# File 'sig/types.rbs', line 4187 def runbooks @runbooks end |
#scheduled_end_time ⇒ ::Time
Returns the value of attribute scheduled_end_time.
4189 4190 4191 |
# File 'sig/types.rbs', line 4189 def scheduled_end_time @scheduled_end_time end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
4180 4181 4182 |
# File 'sig/types.rbs', line 4180 def scheduled_time @scheduled_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4188 4189 4190 |
# File 'sig/types.rbs', line 4188 def @tags end |