Class: Aws::Types::ListFirewallDomainsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domains::Array[::String]

Returns the value of attribute domains.

Returns:

  • (::Array[::String])


786
787
788
# File 'sig/types.rbs', line 786

def domains
  @domains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def next_token
  @next_token
end