Class: Aws::Types::UpdateOpenIdConnectGroupConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:group_claim, :group_entity_type])

Instance Attribute Summary collapse

Instance Attribute Details

#group_claim::String

Returns the value of attribute group_claim.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def group_claim
  @group_claim
end

#group_entity_type::String

Returns the value of attribute group_entity_type.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def group_entity_type
  @group_entity_type
end