Class: Aws::Types::ListVpcEndpointAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arn ⇒ ::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def firewall_arn
  @firewall_arn
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def next_token
  @next_token
end