Class: Aws::Types::DescribeGroupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :search_query])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def authentication_token
  @authentication_token
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


333
334
335
# File 'sig/types.rbs', line 333

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def marker
  @marker
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def organization_id
  @organization_id
end

#search_query::String

Returns the value of attribute search_query.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def search_query
  @search_query
end