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


3609
3610
3611
# File 'sig/types.rbs', line 3609

def availability_zones
  @availability_zones
end

#network_interface_ids::Array[::String]

Returns the value of attribute network_interface_ids.

Returns:

  • (::Array[::String])


3610
3611
3612
# File 'sig/types.rbs', line 3610

def network_interface_ids
  @network_interface_ids
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


3611
3612
3613
# File 'sig/types.rbs', line 3611

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3612
3613
3614
# File 'sig/types.rbs', line 3612

def subnet_ids
  @subnet_ids
end