Class: Aws::Types::ListProtectionGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def next_token
  @next_token
end

#protection_groups::Array[Types::ProtectionGroup]

Returns the value of attribute protection_groups.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def protection_groups
  @protection_groups
end