Class: Aws::Types::UpdateIdentitySourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:principal_entity_type])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_source_id::String

Returns the value of attribute identity_source_id.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def identity_source_id
  @identity_source_id
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def policy_store_id
  @policy_store_id
end

#principal_entity_type::String

Returns the value of attribute principal_entity_type.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def principal_entity_type
  @principal_entity_type
end

#update_configurationTypes::UpdateConfiguration

Returns the value of attribute update_configuration.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def update_configuration
  @update_configuration
end