Class: Aws::Backup::Types::LatestMpaApprovalTeamUpdate

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

Overview

Contains information about the latest update to an MPA approval team association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiry_dateTime

The date and time when the MPA approval team update will expire.

Returns:

  • (Time)


4810
4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4810

class LatestMpaApprovalTeamUpdate < Struct.new(
  :mpa_session_arn,
  :status,
  :status_message,
  :initiation_date,
  :expiry_date)
  SENSITIVE = []
  include Aws::Structure
end

#initiation_dateTime

The date and time when the MPA approval team update was initiated.

Returns:

  • (Time)


4810
4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4810

class LatestMpaApprovalTeamUpdate < Struct.new(
  :mpa_session_arn,
  :status,
  :status_message,
  :initiation_date,
  :expiry_date)
  SENSITIVE = []
  include Aws::Structure
end

#mpa_session_arnString

The ARN of the MPA session associated with this update.

Returns:

  • (String)


4810
4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4810

class LatestMpaApprovalTeamUpdate < Struct.new(
  :mpa_session_arn,
  :status,
  :status_message,
  :initiation_date,
  :expiry_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the MPA approval team update.

Returns:

  • (String)


4810
4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4810

class LatestMpaApprovalTeamUpdate < Struct.new(
  :mpa_session_arn,
  :status,
  :status_message,
  :initiation_date,
  :expiry_date)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message describing the current status of the MPA approval team update.

Returns:

  • (String)


4810
4811
4812
4813
4814
4815
4816
4817
4818
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4810

class LatestMpaApprovalTeamUpdate < Struct.new(
  :mpa_session_arn,
  :status,
  :status_message,
  :initiation_date,
  :expiry_date)
  SENSITIVE = []
  include Aws::Structure
end