Class: Aws::Types::UpdateOpenIdConnectConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id_prefix::String

Returns the value of attribute entity_id_prefix.

Returns:



1158
1159
1160
# File 'sig/types.rbs', line 1158

def entity_id_prefix
  @entity_id_prefix
end

#group_configurationTypes::UpdateOpenIdConnectGroupConfiguration

Returns the value of attribute group_configuration.

Returns:



1159
1160
1161
# File 'sig/types.rbs', line 1159

def group_configuration
  @group_configuration
end

#issuer::String

Returns the value of attribute issuer.

Returns:



1157
1158
1159
# File 'sig/types.rbs', line 1157

def issuer
  @issuer
end

#token_selectionTypes::UpdateOpenIdConnectTokenSelection

Returns the value of attribute token_selection.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def token_selection
  @token_selection
end