Class: Aws::Types::RollbackInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rollback_deployment_id::String

Returns the value of attribute rollback_deployment_id.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def rollback_deployment_id
  @rollback_deployment_id
end

#rollback_message::String

Returns the value of attribute rollback_message.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def rollback_message
  @rollback_message
end

#rollback_triggering_deployment_id::String

Returns the value of attribute rollback_triggering_deployment_id.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def rollback_triggering_deployment_id
  @rollback_triggering_deployment_id
end