Class: Aws::Types::ImageDiskContainer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11381
11382
11383
# File 'sig/types.rbs', line 11381

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


11382
11383
11384
# File 'sig/types.rbs', line 11382

def device_name
  @device_name
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


11383
11384
11385
# File 'sig/types.rbs', line 11383

def format
  @format
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


11384
11385
11386
# File 'sig/types.rbs', line 11384

def snapshot_id
  @snapshot_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


11385
11386
11387
# File 'sig/types.rbs', line 11385

def url
  @url
end

#user_bucketTypes::UserBucket

Returns the value of attribute user_bucket.

Returns:



11386
11387
11388
# File 'sig/types.rbs', line 11386

def user_bucket
  @user_bucket
end