Class: Aws::Types::RestoreClusterFromSnapshotInput

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)


265
266
267
# File 'sig/types.rbs', line 265

def cluster_name
  @cluster_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def kms_key_id
  @kms_key_id
end

#shard_capacity::Integer

Returns the value of attribute shard_capacity.

Returns:

  • (::Integer)


267
268
269
# File 'sig/types.rbs', line 267

def shard_capacity
  @shard_capacity
end

#shard_instance_count::Integer

Returns the value of attribute shard_instance_count.

Returns:

  • (::Integer)


268
269
270
# File 'sig/types.rbs', line 268

def shard_instance_count
  @shard_instance_count
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def snapshot_arn
  @snapshot_arn
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


270
271
272
# File 'sig/types.rbs', line 270

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

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


271
272
273
# File 'sig/types.rbs', line 271

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


272
273
274
# File 'sig/types.rbs', line 272

def vpc_security_group_ids
  @vpc_security_group_ids
end