Class: Aws::Types::RemoveFlowVpcInterfaceResponse

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)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def flow_arn
  @flow_arn
end

#non_deleted_network_interface_ids::Array[::String]

Returns the value of attribute non_deleted_network_interface_ids.

Returns:

  • (::Array[::String])


1610
1611
1612
# File 'sig/types.rbs', line 1610

def non_deleted_network_interface_ids
  @non_deleted_network_interface_ids
end

#vpc_interface_name::String

Returns the value of attribute vpc_interface_name.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def vpc_interface_name
  @vpc_interface_name
end