Class: Aws::Types::CreateDiskSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_name::String

Returns the value of attribute disk_name.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def disk_name
  @disk_name
end

#disk_snapshot_name::String

Returns the value of attribute disk_snapshot_name.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def disk_snapshot_name
  @disk_snapshot_name
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def instance_name
  @instance_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def tags
  @tags
end