Class: Aws::Types::DeleteArchiveInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def 
  @account_id
end

#archive_id::String

Returns the value of attribute archive_id.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def archive_id
  @archive_id
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def vault_name
  @vault_name
end