Class: Aws::MPA::Types::GetIdentitySourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::GetIdentitySourceResponse
- 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.
-
#identity_source_parameters ⇒ Types::IdentitySourceParametersForGet
A
IdentitySourceParametersobject. -
#identity_source_type ⇒ String
The type of resource that provided identities to the identity source.
-
#status ⇒ String
Status for the identity source.
-
#status_code ⇒ String
Status code of the identity source.
-
#status_message ⇒ String
Message describing the status for the identity source.
Instance Attribute Details
#creation_time ⇒ Time
Timestamp when the identity source was created.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#identity_source_arn ⇒ String
Amazon Resource Name (ARN) for the identity source.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#identity_source_parameters ⇒ Types::IdentitySourceParametersForGet
A IdentitySourceParameters object. Contains details for the
resource that provides identities to the identity source. For
example, an IAM Identity Center instance.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) 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.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status for the identity source. For example, if the identity source
is ACTIVE.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
Status code of the identity source.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Message describing the status for the identity source.
584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 584 class GetIdentitySourceResponse < Struct.new( :identity_source_type, :identity_source_parameters, :identity_source_arn, :creation_time, :status, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |