Class: Aws::Types::EgressConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_type ⇒ "DEFAULT", "VPC"

Returns the value of attribute egress_type.

Returns:

  • ("DEFAULT", "VPC")


343
344
345
# File 'sig/types.rbs', line 343

def egress_type
  @egress_type
end

#vpc_connector_arn ⇒ ::String

Returns the value of attribute vpc_connector_arn.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def vpc_connector_arn
  @vpc_connector_arn
end