Class: Aws::Types::ImportSnapshotResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11660
11661
11662
# File 'sig/types.rbs', line 11660

def description
  @description
end

#import_task_id::String

Returns the value of attribute import_task_id.

Returns:

  • (::String)


11661
11662
11663
# File 'sig/types.rbs', line 11661

def import_task_id
  @import_task_id
end

#snapshot_task_detailTypes::SnapshotTaskDetail

Returns the value of attribute snapshot_task_detail.



11662
11663
11664
# File 'sig/types.rbs', line 11662

def snapshot_task_detail
  @snapshot_task_detail
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11663
11664
11665
# File 'sig/types.rbs', line 11663

def tags
  @tags
end