Class: Aws::Types::SnapshotDiskContainer

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)


17162
17163
17164
# File 'sig/types.rbs', line 17162

def description
  @description
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


17163
17164
17165
# File 'sig/types.rbs', line 17163

def format
  @format
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


17164
17165
17166
# File 'sig/types.rbs', line 17164

def url
  @url
end

#user_bucketTypes::UserBucket

Returns the value of attribute user_bucket.

Returns:



17165
17166
17167
# File 'sig/types.rbs', line 17165

def user_bucket
  @user_bucket
end