Class: Aws::Types::SnapshotDetail

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)


17148
17149
17150
# File 'sig/types.rbs', line 17148

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


17149
17150
17151
# File 'sig/types.rbs', line 17149

def device_name
  @device_name
end

#disk_image_size::Float

Returns the value of attribute disk_image_size.

Returns:

  • (::Float)


17150
17151
17152
# File 'sig/types.rbs', line 17150

def disk_image_size
  @disk_image_size
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


17151
17152
17153
# File 'sig/types.rbs', line 17151

def format
  @format
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17152
17153
17154
# File 'sig/types.rbs', line 17152

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17153
17154
17155
# File 'sig/types.rbs', line 17153

def snapshot_id
  @snapshot_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


17154
17155
17156
# File 'sig/types.rbs', line 17154

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


17155
17156
17157
# File 'sig/types.rbs', line 17155

def status_message
  @status_message
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


17156
17157
17158
# File 'sig/types.rbs', line 17156

def url
  @url
end

#user_bucketTypes::UserBucketDetails

Returns the value of attribute user_bucket.



17157
17158
17159
# File 'sig/types.rbs', line 17157

def user_bucket
  @user_bucket
end