Class: Aws::VerifiedPermissions::Types::UpdateIdentitySourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date and time that the updated identity source was originally created.

Returns:

  • (Time)


3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3252

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

#identity_source_idString

The ID of the updated identity source.

Returns:

  • (String)


3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3252

class UpdateIdentitySourceOutput < 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 that the identity source was most recently updated.

Returns:

  • (Time)


3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3252

class UpdateIdentitySourceOutput < 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 updated identity source.

Returns:

  • (String)


3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3252

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