Module: Aws::MPA::Client::_CreateIdentitySourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIdentitySourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #identity_source_arn ⇒ ::String
- #identity_source_type ⇒ "IAM_IDENTITY_CENTER"
Instance Method Details
#creation_time ⇒ ::Time
126 |
# File 'sig/client.rbs', line 126
def creation_time: () -> ::Time
|
#identity_source_arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def identity_source_arn: () -> ::String
|
#identity_source_type ⇒ "IAM_IDENTITY_CENTER"
124 |
# File 'sig/client.rbs', line 124
def identity_source_type: () -> ("IAM_IDENTITY_CENTER")
|