Class: Aws::Types::ContinueUpdateRollbackInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def client_request_token
  @client_request_token
end

#resources_to_skip::Array[::String]

Returns the value of attribute resources_to_skip.

Returns:

  • (::Array[::String])


154
155
156
# File 'sig/types.rbs', line 154

def resources_to_skip
  @resources_to_skip
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def role_arn
  @role_arn
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def stack_name
  @stack_name
end