Class: Aws::Types::ListFirewallsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewalls ⇒ ::Array[Types::FirewallMetadata]

Returns the value of attribute firewalls.

Returns:



1076
1077
1078
# File 'sig/types.rbs', line 1076

def firewalls
  @firewalls
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def next_token
  @next_token
end