Class: Aws::Types::DescribeVerifiedAccessGroupsResult

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)


7745
7746
7747
# File 'sig/types.rbs', line 7745

def next_token
  @next_token
end

#verified_access_groups::Array[Types::VerifiedAccessGroup]

Returns the value of attribute verified_access_groups.

Returns:



7744
7745
7746
# File 'sig/types.rbs', line 7744

def verified_access_groups
  @verified_access_groups
end