Class: Aws::Types::ListFlowOperationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone ⇒ ::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def availability_zone
  @availability_zone
end

#firewall_arn ⇒ ::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def firewall_arn
  @firewall_arn
end

#flow_operation_type ⇒ "FLOW_FLUSH", "FLOW_CAPTURE"

Returns the value of attribute flow_operation_type.

Returns:

  • ("FLOW_FLUSH", "FLOW_CAPTURE")


1110
1111
1112
# File 'sig/types.rbs', line 1110

def flow_operation_type
  @flow_operation_type
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def next_token
  @next_token
end

#vpc_endpoint_association_arn ⇒ ::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id ⇒ ::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def vpc_endpoint_id
  @vpc_endpoint_id
end