Class: Aws::Types::DescribeFlowOperationRequest

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)


580
581
582
# File 'sig/types.rbs', line 580

def availability_zone
  @availability_zone
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def firewall_arn
  @firewall_arn
end

#flow_operation_id::String

Returns the value of attribute flow_operation_id.

Returns:

  • (::String)


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

def flow_operation_id
  @flow_operation_id
end

#vpc_endpoint_association_arn::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


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

def vpc_endpoint_id
  @vpc_endpoint_id
end