Class: Aws::Types::CacheSubnetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def arn
  @arn
end

#cache_subnet_group_description::String

Returns the value of attribute cache_subnet_group_description.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def cache_subnet_group_description
  @cache_subnet_group_description
end

#cache_subnet_group_name::String

Returns the value of attribute cache_subnet_group_name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def cache_subnet_group_name
  @cache_subnet_group_name
end

#subnets::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def subnets
  @subnets
end

#supported_network_types::Array[("ipv4" | "ipv6" | "dual_stack")]

Returns the value of attribute supported_network_types.

Returns:

  • (::Array[("ipv4" | "ipv6" | "dual_stack")])


261
262
263
# File 'sig/types.rbs', line 261

def supported_network_types
  @supported_network_types
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def vpc_id
  @vpc_id
end