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:



11162
11163
11164
# File 'sig/types.rbs', line 11162

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11163
11164
11165
# File 'sig/types.rbs', line 11163

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11164
11165
11166
# File 'sig/types.rbs', line 11164

def description
  @description
end

#disk_containerTypes::SnapshotDiskContainer

Returns the value of attribute disk_container.



11165
11166
11167
# File 'sig/types.rbs', line 11165

def disk_container
  @disk_container
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11166
11167
11168
# File 'sig/types.rbs', line 11166

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11167
11168
11169
# File 'sig/types.rbs', line 11167

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11168
11169
11170
# File 'sig/types.rbs', line 11168

def kms_key_id
  @kms_key_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


11169
11170
11171
# File 'sig/types.rbs', line 11169

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11170
11171
11172
# File 'sig/types.rbs', line 11170

def tag_specifications
  @tag_specifications
end