Class: Aws::Types::ModifyCacheSubnetGroupMessage

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)


1195
1196
1197
# File 'sig/types.rbs', line 1195

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)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def cache_subnet_group_name
  @cache_subnet_group_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1196
1197
1198
# File 'sig/types.rbs', line 1196

def subnet_ids
  @subnet_ids
end