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:



755
756
757
# File 'sig/types.rbs', line 755

def group
  @group
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


757
758
759
# File 'sig/types.rbs', line 757

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def marker
  @marker
end

#users::Array[Types::User]

Returns the value of attribute users.

Returns:



756
757
758
# File 'sig/types.rbs', line 756

def users
  @users
end