Class: Aws::Types::RemoveFlowVpcInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def flow_arn
  @flow_arn
end

#vpc_interface_name::String

Returns the value of attribute vpc_interface_name.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def vpc_interface_name
  @vpc_interface_name
end