Class: Aws::Types::ListFlowOperationResultsRequest

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)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def availability_zone
  @availability_zone
end

#firewall_arn ⇒ ::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def firewall_arn
  @firewall_arn
end

#flow_operation_id ⇒ ::String

Returns the value of attribute flow_operation_id.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def flow_operation_id
  @flow_operation_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def next_token
  @next_token
end

#vpc_endpoint_association_arn ⇒ ::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id ⇒ ::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def vpc_endpoint_id
  @vpc_endpoint_id
end