Class: Aws::Types::CreateIdentitySourceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdentitySourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
293 294 295 |
# File 'sig/types.rbs', line 293 def client_token @client_token end |
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
295 296 297 |
# File 'sig/types.rbs', line 295 def configuration @configuration end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def policy_store_id @policy_store_id end |
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
296 297 298 |
# File 'sig/types.rbs', line 296 def principal_entity_type @principal_entity_type end |