Class: Aws::Types::OpenIdConnectGroupConfigurationDetail

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)


820
821
822
# File 'sig/types.rbs', line 820

def group_claim
  @group_claim
end

#group_entity_type::String

Returns the value of attribute group_entity_type.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def group_entity_type
  @group_entity_type
end