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:



11641
11642
11643
# File 'sig/types.rbs', line 11641

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11642
11643
11644
# File 'sig/types.rbs', line 11642

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11643
11644
11645
# File 'sig/types.rbs', line 11643

def description
  @description
end

#disk_containerTypes::SnapshotDiskContainer

Returns the value of attribute disk_container.



11644
11645
11646
# File 'sig/types.rbs', line 11644

def disk_container
  @disk_container
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11645
11646
11647
# File 'sig/types.rbs', line 11645

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


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

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


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

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



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

def tag_specifications
  @tag_specifications
end