Class: Aws::Types::CacheNode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_create_time::Time

Returns the value of attribute cache_node_create_time.

Returns:

  • (::Time)


142
143
144
# File 'sig/types.rbs', line 142

def cache_node_create_time
  @cache_node_create_time
end

#cache_node_id::String

Returns the value of attribute cache_node_id.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def cache_node_id
  @cache_node_id
end

#cache_node_status::String

Returns the value of attribute cache_node_status.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def cache_node_status
  @cache_node_status
end

#customer_availability_zone::String

Returns the value of attribute customer_availability_zone.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def customer_availability_zone
  @customer_availability_zone
end

#customer_outpost_arn::String

Returns the value of attribute customer_outpost_arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def customer_outpost_arn
  @customer_outpost_arn
end

#endpointTypes::Endpoint

Returns the value of attribute endpoint.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def endpoint
  @endpoint
end

#parameter_group_status::String

Returns the value of attribute parameter_group_status.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def parameter_group_status
  @parameter_group_status
end

#source_cache_node_id::String

Returns the value of attribute source_cache_node_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def source_cache_node_id
  @source_cache_node_id
end