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)


17798
17799
17800
# File 'sig/types.rbs', line 17798

def description
  @description
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


17799
17800
17801
# File 'sig/types.rbs', line 17799

def format
  @format
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


17800
17801
17802
# File 'sig/types.rbs', line 17800

def url
  @url
end

#user_bucketTypes::UserBucket

Returns the value of attribute user_bucket.

Returns:



17801
17802
17803
# File 'sig/types.rbs', line 17801

def user_bucket
  @user_bucket
end