Class: Aws::Types::CreateSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_id::String

Returns the value of attribute cache_cluster_id.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def cache_cluster_id
  @cache_cluster_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def kms_key_id
  @kms_key_id
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def replication_group_id
  @replication_group_id
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def snapshot_name
  @snapshot_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



525
526
527
# File 'sig/types.rbs', line 525

def tags
  @tags
end