Class: Aws::Types::StartFlowCaptureRequest

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)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def availability_zone
  @availability_zone
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def firewall_arn
  @firewall_arn
end

#flow_filters::Array[Types::FlowFilter]

Returns the value of attribute flow_filters.

Returns:



1546
1547
1548
# File 'sig/types.rbs', line 1546

def flow_filters
  @flow_filters
end

#minimum_flow_age_in_seconds::Integer

Returns the value of attribute minimum_flow_age_in_seconds.

Returns:

  • (::Integer)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def minimum_flow_age_in_seconds
  @minimum_flow_age_in_seconds
end

#vpc_endpoint_association_arn::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def vpc_endpoint_id
  @vpc_endpoint_id
end