Class: Aws::Types::DescribeFlowOperationResponse

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)


584
585
586
# File 'sig/types.rbs', line 584

def availability_zone
  @availability_zone
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def firewall_arn
  @firewall_arn
end

#flow_operationTypes::FlowOperation

Returns the value of attribute flow_operation.



592
593
594
# File 'sig/types.rbs', line 592

def flow_operation
  @flow_operation
end

#flow_operation_id::String

Returns the value of attribute flow_operation_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

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")


589
590
591
# File 'sig/types.rbs', line 589

def flow_operation_status
  @flow_operation_status
end

#flow_operation_type"FLOW_FLUSH", "FLOW_CAPTURE"

Returns the value of attribute flow_operation_type.

Returns:

  • ("FLOW_FLUSH", "FLOW_CAPTURE")


588
589
590
# File 'sig/types.rbs', line 588

def flow_operation_type
  @flow_operation_type
end

#flow_request_timestamp::Time

Returns the value of attribute flow_request_timestamp.

Returns:

  • (::Time)


591
592
593
# File 'sig/types.rbs', line 591

def flow_request_timestamp
  @flow_request_timestamp
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def status_message
  @status_message
end

#vpc_endpoint_association_arn::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def vpc_endpoint_id
  @vpc_endpoint_id
end