Class: Aws::Types::ImportSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_dataTypes::ClientData

Returns the value of attribute client_data.

Returns:



11647
11648
11649
# File 'sig/types.rbs', line 11647

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11648
11649
11650
# File 'sig/types.rbs', line 11648

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11649
11650
11651
# File 'sig/types.rbs', line 11649

def description
  @description
end

#disk_containerTypes::SnapshotDiskContainer

Returns the value of attribute disk_container.



11650
11651
11652
# File 'sig/types.rbs', line 11650

def disk_container
  @disk_container
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11651
11652
11653
# File 'sig/types.rbs', line 11651

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11652
11653
11654
# File 'sig/types.rbs', line 11652

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11653
11654
11655
# File 'sig/types.rbs', line 11653

def kms_key_id
  @kms_key_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


11654
11655
11656
# File 'sig/types.rbs', line 11654

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11655
11656
11657
# File 'sig/types.rbs', line 11655

def tag_specifications
  @tag_specifications
end