Class: Aws::Types::CloudFormationStackUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


92
93
94
# File 'sig/types.rbs', line 92

def end_time
  @end_time
end

#stack_arn ⇒ ::String

Returns the value of attribute stack_arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def stack_arn
  @stack_arn
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


94
95
96
# File 'sig/types.rbs', line 94

def start_time
  @start_time
end