Class: Aws::VerifiedPermissions::Types::CreateIdentitySourceOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date and time the identity source was originally created.

Returns:

  • (Time)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1119

class CreateIdentitySourceOutput < Struct.new(
  :created_date,
  :identity_source_id,
  :last_updated_date,
  :policy_store_id)
  SENSITIVE = []
  include Aws::Structure
end

#identity_source_idString

The unique ID of the new identity source.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1119

class CreateIdentitySourceOutput < Struct.new(
  :created_date,
  :identity_source_id,
  :last_updated_date,
  :policy_store_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The date and time the identity source was most recently updated.

Returns:

  • (Time)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1119

class CreateIdentitySourceOutput < Struct.new(
  :created_date,
  :identity_source_id,
  :last_updated_date,
  :policy_store_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

The ID of the policy store that contains the identity source.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1119

class CreateIdentitySourceOutput < Struct.new(
  :created_date,
  :identity_source_id,
  :last_updated_date,
  :policy_store_id)
  SENSITIVE = []
  include Aws::Structure
end