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)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def reason
  @reason
end

#service_revision_arn::String

Returns the value of attribute service_revision_arn.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def service_revision_arn
  @service_revision_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def started_at
  @started_at
end