Class: Aws::Types::Rollback

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def reason
  @reason
end

#service_revision_arn::String

Returns the value of attribute service_revision_arn.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def service_revision_arn
  @service_revision_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def started_at
  @started_at
end