Class: Aws::Types::CreateRestoreAccessBackupVaultInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:backup_vault_tags, :requester_comment])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def backup_vault_name
  @backup_vault_name
end

#backup_vault_tags::Hash[::String, ::String]

Returns the value of attribute backup_vault_tags.

Returns:

  • (::Hash[::String, ::String])


434
435
436
# File 'sig/types.rbs', line 434

def backup_vault_tags
  @backup_vault_tags
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def creator_request_id
  @creator_request_id
end

#requester_comment::String

Returns the value of attribute requester_comment.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def requester_comment
  @requester_comment
end

#source_backup_vault_arn::String

Returns the value of attribute source_backup_vault_arn.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def source_backup_vault_arn
  @source_backup_vault_arn
end