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)


17784
17785
17786
# File 'sig/types.rbs', line 17784

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


17785
17786
17787
# File 'sig/types.rbs', line 17785

def device_name
  @device_name
end

#disk_image_size::Float

Returns the value of attribute disk_image_size.

Returns:

  • (::Float)


17786
17787
17788
# File 'sig/types.rbs', line 17786

def disk_image_size
  @disk_image_size
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


17787
17788
17789
# File 'sig/types.rbs', line 17787

def format
  @format
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17788
17789
17790
# File 'sig/types.rbs', line 17788

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17789
17790
17791
# File 'sig/types.rbs', line 17789

def snapshot_id
  @snapshot_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


17790
17791
17792
# File 'sig/types.rbs', line 17790

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


17791
17792
17793
# File 'sig/types.rbs', line 17791

def status_message
  @status_message
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


17792
17793
17794
# File 'sig/types.rbs', line 17792

def url
  @url
end

#user_bucketTypes::UserBucketDetails

Returns the value of attribute user_bucket.



17793
17794
17795
# File 'sig/types.rbs', line 17793

def user_bucket
  @user_bucket
end