Class: Aws::Types::GetGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def group_name
  @group_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


750
751
752
# File 'sig/types.rbs', line 750

def max_items
  @max_items
end