Class: Aws::Types::AddFlowVpcInterfacesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def flow_arn
  @flow_arn
end

#vpc_interfaces::Array[Types::VpcInterface]

Returns the value of attribute vpc_interfaces.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def vpc_interfaces
  @vpc_interfaces
end