Class: Aws::Types::VpcOutputSettingsDescription

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


3601
3602
3603
# File 'sig/types.rbs', line 3601

def availability_zones
  @availability_zones
end

#network_interface_ids::Array[::String]

Returns the value of attribute network_interface_ids.

Returns:

  • (::Array[::String])


3602
3603
3604
# File 'sig/types.rbs', line 3602

def network_interface_ids
  @network_interface_ids
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


3603
3604
3605
# File 'sig/types.rbs', line 3603

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3604
3605
3606
# File 'sig/types.rbs', line 3604

def subnet_ids
  @subnet_ids
end