Class: Aws::Types::WorkforceVpcConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


12635
12636
12637
# File 'sig/types.rbs', line 12635

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


12636
12637
12638
# File 'sig/types.rbs', line 12636

def subnets
  @subnets
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


12637
12638
12639
# File 'sig/types.rbs', line 12637

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12634
12635
12636
# File 'sig/types.rbs', line 12634

def vpc_id
  @vpc_id
end