Class: Aws::Types::NodeSnapshot

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)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def cache_cluster_id
  @cache_cluster_id
end

#cache_node_create_time::Time

Returns the value of attribute cache_node_create_time.

Returns:

  • (::Time)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def cache_node_create_time
  @cache_node_create_time
end

#cache_node_id::String

Returns the value of attribute cache_node_id.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def cache_node_id
  @cache_node_id
end

#cache_size::String

Returns the value of attribute cache_size.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def cache_size
  @cache_size
end

#node_group_configurationTypes::NodeGroupConfiguration

Returns the value of attribute node_group_configuration.



1384
1385
1386
# File 'sig/types.rbs', line 1384

def node_group_configuration
  @node_group_configuration
end

#node_group_id::String

Returns the value of attribute node_group_id.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def node_group_id
  @node_group_id
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def snapshot_create_time
  @snapshot_create_time
end