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)


575
576
577
# File 'sig/types.rbs', line 575

def availability_zone
  @availability_zone
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def firewall_arn
  @firewall_arn
end

#flow_operation_id::String

Returns the value of attribute flow_operation_id.

Returns:

  • (::String)


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

def flow_operation_id
  @flow_operation_id
end

#vpc_endpoint_association_arn::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def vpc_endpoint_id
  @vpc_endpoint_id
end