Class: Aws::Types::VPCDerivedInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


2531
2532
2533
# File 'sig/types.rbs', line 2531

def availability_zones
  @availability_zones
end

#egress_enabledBoolean

Returns the value of attribute egress_enabled.

Returns:

  • (Boolean)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def egress_enabled
  @egress_enabled
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2532
2533
2534
# File 'sig/types.rbs', line 2532

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2530
2531
2532
# File 'sig/types.rbs', line 2530

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def vpc_id
  @vpc_id
end