Class: Aws::Types::CreateInstanceSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def instance_name
  @instance_name
end

#instance_snapshot_name::String

Returns the value of attribute instance_snapshot_name.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def instance_snapshot_name
  @instance_snapshot_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



732
733
734
# File 'sig/types.rbs', line 732

def tags
  @tags
end