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)


17805
17806
17807
# File 'sig/types.rbs', line 17805

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


17806
17807
17808
# File 'sig/types.rbs', line 17806

def device_name
  @device_name
end

#disk_image_size::Float

Returns the value of attribute disk_image_size.

Returns:

  • (::Float)


17807
17808
17809
# File 'sig/types.rbs', line 17807

def disk_image_size
  @disk_image_size
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


17808
17809
17810
# File 'sig/types.rbs', line 17808

def format
  @format
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17809
17810
17811
# File 'sig/types.rbs', line 17809

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17810
17811
17812
# File 'sig/types.rbs', line 17810

def snapshot_id
  @snapshot_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


17811
17812
17813
# File 'sig/types.rbs', line 17811

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


17812
17813
17814
# File 'sig/types.rbs', line 17812

def status_message
  @status_message
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


17813
17814
17815
# File 'sig/types.rbs', line 17813

def url
  @url
end

#user_bucketTypes::UserBucketDetails

Returns the value of attribute user_bucket.



17814
17815
17816
# File 'sig/types.rbs', line 17814

def user_bucket
  @user_bucket
end