Class: Aws::Types::BackupPlansListMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_backup_settings::Array[Types::AdvancedBackupSetting]

Returns the value of attribute advanced_backup_settings.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_plan_arn::String

Returns the value of attribute backup_plan_arn.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def backup_plan_arn
  @backup_plan_arn
end

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def backup_plan_id
  @backup_plan_id
end

#backup_plan_name::String

Returns the value of attribute backup_plan_name.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def backup_plan_name
  @backup_plan_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


112
113
114
# File 'sig/types.rbs', line 112

def creation_date
  @creation_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def creator_request_id
  @creator_request_id
end

#deletion_date::Time

Returns the value of attribute deletion_date.

Returns:

  • (::Time)


113
114
115
# File 'sig/types.rbs', line 113

def deletion_date
  @deletion_date
end

#last_execution_date::Time

Returns the value of attribute last_execution_date.

Returns:

  • (::Time)


117
118
119
# File 'sig/types.rbs', line 117

def last_execution_date
  @last_execution_date
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def version_id
  @version_id
end