Class: Aws::Types::StartChangeRequestExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_approveBoolean

Returns the value of attribute auto_approve.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


4183
4184
4185
# File 'sig/types.rbs', line 4183

def parameters
  @parameters
end

#runbooks::Array[Types::Runbook]

Returns the value of attribute runbooks.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:



4188
4189
4190
# File 'sig/types.rbs', line 4188

def tags
  @tags
end