Class: Aws::Types::UploadArchiveInput

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)


560
561
562
# File 'sig/types.rbs', line 560

def 
  @account_id
end

#archive_description::String

Returns the value of attribute archive_description.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def archive_description
  @archive_description
end

#body::IO

Returns the value of attribute body.

Returns:

  • (::IO)


563
564
565
# File 'sig/types.rbs', line 563

def body
  @body
end

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def checksum
  @checksum
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def vault_name
  @vault_name
end