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)


10902
10903
10904
# File 'sig/types.rbs', line 10902

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


10903
10904
10905
# File 'sig/types.rbs', line 10903

def device_name
  @device_name
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


10904
10905
10906
# File 'sig/types.rbs', line 10904

def format
  @format
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


10905
10906
10907
# File 'sig/types.rbs', line 10905

def snapshot_id
  @snapshot_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


10906
10907
10908
# File 'sig/types.rbs', line 10906

def url
  @url
end

#user_bucketTypes::UserBucket

Returns the value of attribute user_bucket.

Returns:



10907
10908
10909
# File 'sig/types.rbs', line 10907

def user_bucket
  @user_bucket
end