Class: Aws::Types::CreateCacheSubnetGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_group_description::String

Returns the value of attribute cache_subnet_group_description.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

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)


411
412
413
# File 'sig/types.rbs', line 411

def cache_subnet_group_name
  @cache_subnet_group_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


413
414
415
# File 'sig/types.rbs', line 413

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



414
415
416
# File 'sig/types.rbs', line 414

def tags
  @tags
end