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


12643
12644
12645
# File 'sig/types.rbs', line 12643

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


12644
12645
12646
# File 'sig/types.rbs', line 12644

def subnets
  @subnets
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


12645
12646
12647
# File 'sig/types.rbs', line 12645

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12642
12643
12644
# File 'sig/types.rbs', line 12642

def vpc_id
  @vpc_id
end