Class: Aws::Types::CreateClusterSnapshotInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def cluster_arn
  @cluster_arn
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def snapshot_name
  @snapshot_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


129
130
131
# File 'sig/types.rbs', line 129

def tags
  @tags
end