Class: Aws::VerifiedPermissions::Types::UpdateIdentitySourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::UpdateIdentitySourceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time that the updated identity source was originally created.
-
#identity_source_id ⇒ String
The ID of the updated identity source.
-
#last_updated_date ⇒ Time
The date and time that the identity source was most recently updated.
-
#policy_store_id ⇒ String
The ID of the policy store that contains the updated identity source.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the updated identity source was originally created.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4010 class UpdateIdentitySourceOutput < Struct.new( :created_date, :identity_source_id, :last_updated_date, :policy_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_source_id ⇒ String
The ID of the updated identity source.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4010 class UpdateIdentitySourceOutput < Struct.new( :created_date, :identity_source_id, :last_updated_date, :policy_store_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the identity source was most recently updated.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4010 class UpdateIdentitySourceOutput < Struct.new( :created_date, :identity_source_id, :last_updated_date, :policy_store_id) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store that contains the updated identity source.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4010 class UpdateIdentitySourceOutput < Struct.new( :created_date, :identity_source_id, :last_updated_date, :policy_store_id) SENSITIVE = [] include Aws::Structure end |