Class: Aws::Types::ListFlowOperationResultsResponse

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)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def availability_zone
  @availability_zone
end

#firewall_arn ⇒ ::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def firewall_arn
  @firewall_arn
end

#flow_operation_id ⇒ ::String

Returns the value of attribute flow_operation_id.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def flow_operation_id
  @flow_operation_id
end

#flow_operation_status ⇒ "COMPLETED", ...

Returns the value of attribute flow_operation_status.

Returns:

  • ("COMPLETED", "IN_PROGRESS", "FAILED", "COMPLETED_WITH_ERRORS")


1097
1098
1099
# File 'sig/types.rbs', line 1097

def flow_operation_status
  @flow_operation_status
end

#flow_request_timestamp ⇒ ::Time

Returns the value of attribute flow_request_timestamp.

Returns:

  • (::Time)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def flow_request_timestamp
  @flow_request_timestamp
end

#flows ⇒ ::Array[Types::Flow]

Returns the value of attribute flows.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def flows
  @flows
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def next_token
  @next_token
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def status_message
  @status_message
end

#vpc_endpoint_association_arn ⇒ ::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id ⇒ ::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def vpc_endpoint_id
  @vpc_endpoint_id
end