Class: Aws::Types::SnapshotTaskDetail

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)


17493
17494
17495
# File 'sig/types.rbs', line 17493

def description
  @description
end

#disk_image_size::Float

Returns the value of attribute disk_image_size.

Returns:

  • (::Float)


17494
17495
17496
# File 'sig/types.rbs', line 17494

def disk_image_size
  @disk_image_size
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17495
17496
17497
# File 'sig/types.rbs', line 17495

def encrypted
  @encrypted
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


17496
17497
17498
# File 'sig/types.rbs', line 17496

def format
  @format
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


17497
17498
17499
# File 'sig/types.rbs', line 17497

def kms_key_id
  @kms_key_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17498
17499
17500
# File 'sig/types.rbs', line 17498

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17499
17500
17501
# File 'sig/types.rbs', line 17499

def snapshot_id
  @snapshot_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


17500
17501
17502
# File 'sig/types.rbs', line 17500

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


17501
17502
17503
# File 'sig/types.rbs', line 17501

def status_message
  @status_message
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


17502
17503
17504
# File 'sig/types.rbs', line 17502

def url
  @url
end

#user_bucketTypes::UserBucketDetails

Returns the value of attribute user_bucket.



17503
17504
17505
# File 'sig/types.rbs', line 17503

def user_bucket
  @user_bucket
end