Class: Aws::Types::ModifyClusterSubnetGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_subnet_group_name::String

Returns the value of attribute cluster_subnet_group_name.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def cluster_subnet_group_name
  @cluster_subnet_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def description
  @description
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2075
2076
2077
# File 'sig/types.rbs', line 2075

def subnet_ids
  @subnet_ids
end