Class: Aws::VerifiedPermissions::Types::CreateIdentitySourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::CreateIdentitySourceOutput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time the identity source was originally created.
-
#identity_source_id ⇒ String
The unique ID of the new identity source.
-
#last_updated_date ⇒ Time
The date and time the identity source was most recently updated.
-
#policy_store_id ⇒ String
The ID of the policy store that contains the identity source.
Instance Attribute Details
#created_date ⇒ Time
The date and time the identity source was originally created.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1134 class CreateIdentitySourceOutput < Struct.new( :created_date, :identity_source_id, :last_updated_date, :policy_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_source_id ⇒ String
The unique ID of the new identity source.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1134 class CreateIdentitySourceOutput < 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 the identity source was most recently updated.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1134 class CreateIdentitySourceOutput < 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 identity source.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1134 class CreateIdentitySourceOutput < Struct.new( :created_date, :identity_source_id, :last_updated_date, :policy_store_id) SENSITIVE = [] include Aws::Structure end |