Class: Aws::Types::GetGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

Returns the value of attribute group.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def group
  @group
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


777
778
779
# File 'sig/types.rbs', line 777

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def marker
  @marker
end

#users::Array[Types::User]

Returns the value of attribute users.

Returns:



776
777
778
# File 'sig/types.rbs', line 776

def users
  @users
end