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

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def name
  @name
end

#subnets ⇒ ::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



978
979
980
# File 'sig/types.rbs', line 978

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


980
981
982
# File 'sig/types.rbs', line 980

def supported_network_types
  @supported_network_types
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def vpc_id
  @vpc_id
end