Class: Aws::Types::Backup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arn::String

Returns the value of attribute backup_arn.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def backup_arn
  @backup_arn
end

#backup_id::String

Returns the value of attribute backup_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def backup_id
  @backup_id
end

#backup_state"CREATE_IN_PROGRESS", ...

Returns the value of attribute backup_state.

Returns:

  • ("CREATE_IN_PROGRESS", "READY", "DELETED", "PENDING_DELETION")


14
15
16
# File 'sig/types.rbs', line 14

def backup_state
  @backup_state
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def cluster_id
  @cluster_id
end

#copy_timestamp::Time

Returns the value of attribute copy_timestamp.

Returns:

  • (::Time)


17
18
19
# File 'sig/types.rbs', line 17

def copy_timestamp
  @copy_timestamp
end

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


16
17
18
# File 'sig/types.rbs', line 16

def create_timestamp
  @create_timestamp
end

#delete_timestamp::Time

Returns the value of attribute delete_timestamp.

Returns:

  • (::Time)


22
23
24
# File 'sig/types.rbs', line 22

def delete_timestamp
  @delete_timestamp
end

#hsm_type::String

Returns the value of attribute hsm_type.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def hsm_type
  @hsm_type
end

#mode"FIPS", "NON_FIPS"

Returns the value of attribute mode.

Returns:

  • ("FIPS", "NON_FIPS")


25
26
27
# File 'sig/types.rbs', line 25

def mode
  @mode
end

#never_expiresBoolean

Returns the value of attribute never_expires.

Returns:

  • (Boolean)


18
19
20
# File 'sig/types.rbs', line 18

def never_expires
  @never_expires
end

#source_backup::String

Returns the value of attribute source_backup.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def source_backup
  @source_backup
end

#source_cluster::String

Returns the value of attribute source_cluster.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def source_cluster
  @source_cluster
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def source_region
  @source_region
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def tag_list
  @tag_list
end