Class: Aws::Types::CreateIdentitySourceInput

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

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def client_token
  @client_token
end

#configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def principal_entity_type
  @principal_entity_type
end