Class: Aws::MPA::Types::CreateIdentitySourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::CreateIdentitySourceResponse
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Timestamp when the identity source was created.
-
#identity_source_arn ⇒ String
Amazon Resource Name (ARN) for the identity source that was created.
-
#identity_source_type ⇒ String
The type of resource that provided identities to the identity source.
Instance Attribute Details
#creation_time ⇒ Time
Timestamp when the identity source was created.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 285 class CreateIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#identity_source_arn ⇒ String
Amazon Resource Name (ARN) for the identity source that was created.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 285 class CreateIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#identity_source_type ⇒ String
The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 285 class CreateIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |