Class: Aws::Types::CreateSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def cluster_name
  @cluster_name
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def kms_key_id
  @kms_key_id
end

#snapshot_name ⇒ ::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def snapshot_name
  @snapshot_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def tags
  @tags
end