Class: Aws::Types::BackupVaultListMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def backup_vault_name
  @backup_vault_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


182
183
184
# File 'sig/types.rbs', line 182

def creation_date
  @creation_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def creator_request_id
  @creator_request_id
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def encryption_key_arn
  @encryption_key_arn
end

#encryption_key_type"AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"

Returns the value of attribute encryption_key_type.

Returns:

  • ("AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY")


190
191
192
# File 'sig/types.rbs', line 190

def encryption_key_type
  @encryption_key_type
end

#lock_date::Time

Returns the value of attribute lock_date.

Returns:

  • (::Time)


189
190
191
# File 'sig/types.rbs', line 189

def lock_date
  @lock_date
end

#lockedBoolean

Returns the value of attribute locked.

Returns:

  • (Boolean)


186
187
188
# File 'sig/types.rbs', line 186

def locked
  @locked
end

#max_retention_days::Integer

Returns the value of attribute max_retention_days.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def max_retention_days
  @max_retention_days
end

#min_retention_days::Integer

Returns the value of attribute min_retention_days.

Returns:

  • (::Integer)


187
188
189
# File 'sig/types.rbs', line 187

def min_retention_days
  @min_retention_days
end

#number_of_recovery_points::Integer

Returns the value of attribute number_of_recovery_points.

Returns:

  • (::Integer)


185
186
187
# File 'sig/types.rbs', line 185

def number_of_recovery_points
  @number_of_recovery_points
end

#vault_state"CREATING", ...

Returns the value of attribute vault_state.

Returns:

  • ("CREATING", "AVAILABLE", "FAILED")


181
182
183
# File 'sig/types.rbs', line 181

def vault_state
  @vault_state
end

#vault_type"BACKUP_VAULT", ...

Returns the value of attribute vault_type.

Returns:

  • ("BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT")


180
181
182
# File 'sig/types.rbs', line 180

def vault_type
  @vault_type
end