Class: Aws::MPA::Types::StartActiveApprovalTeamDeletionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_completion_timeTime

Timestamp when the deletion process is scheduled to complete.

Returns:

  • (Time)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 2009

class StartActiveApprovalTeamDeletionResponse < Struct.new(
  :deletion_completion_time,
  :deletion_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_start_timeTime

Timestamp when the deletion process was initiated.

Returns:

  • (Time)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 2009

class StartActiveApprovalTeamDeletionResponse < Struct.new(
  :deletion_completion_time,
  :deletion_start_time)
  SENSITIVE = []
  include Aws::Structure
end