Class: Aws::Types::SubnetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def description
  @description
end

#subnet_group_name::String

Returns the value of attribute subnet_group_name.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def subnet_group_name
  @subnet_group_name
end

#subnets::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

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")])


400
401
402
# File 'sig/types.rbs', line 400

def supported_network_types
  @supported_network_types
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def vpc_id
  @vpc_id
end