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:



11423
11424
11425
# File 'sig/types.rbs', line 11423

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11424
11425
11426
# File 'sig/types.rbs', line 11424

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11425
11426
11427
# File 'sig/types.rbs', line 11425

def description
  @description
end

#disk_containerTypes::SnapshotDiskContainer

Returns the value of attribute disk_container.



11426
11427
11428
# File 'sig/types.rbs', line 11426

def disk_container
  @disk_container
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11427
11428
11429
# File 'sig/types.rbs', line 11427

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11428
11429
11430
# File 'sig/types.rbs', line 11428

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11429
11430
11431
# File 'sig/types.rbs', line 11429

def kms_key_id
  @kms_key_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


11430
11431
11432
# File 'sig/types.rbs', line 11430

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11431
11432
11433
# File 'sig/types.rbs', line 11431

def tag_specifications
  @tag_specifications
end