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)


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

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


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

def device_name
  @device_name
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


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

def format
  @format
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


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

def snapshot_id
  @snapshot_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


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

def url
  @url
end

#user_bucketTypes::UserBucket

Returns the value of attribute user_bucket.

Returns:



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

def user_bucket
  @user_bucket
end