Class: Aws::Types::DescribedWebAppVpcConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


683
684
685
# File 'sig/types.rbs', line 683

def subnet_ids
  @subnet_ids
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def vpc_id
  @vpc_id
end