Module: Aws::MPA::Client::_GetIdentitySourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdentitySourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #identity_source_arn ⇒ ::String
- #identity_source_parameters ⇒ Types::IdentitySourceParametersForGet
- #identity_source_type ⇒ "IAM_IDENTITY_CENTER"
- #status ⇒ "CREATING", ...
- #status_code ⇒ "ACCESS_DENIED", ...
- #status_message ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
186 |
# File 'sig/client.rbs', line 186
def creation_time: () -> ::Time
|
#identity_source_arn ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def identity_source_arn: () -> ::String
|
#identity_source_parameters ⇒ Types::IdentitySourceParametersForGet
184 |
# File 'sig/client.rbs', line 184
def identity_source_parameters: () -> Types::IdentitySourceParametersForGet
|
#identity_source_type ⇒ "IAM_IDENTITY_CENTER"
183 |
# File 'sig/client.rbs', line 183
def identity_source_type: () -> ("IAM_IDENTITY_CENTER")
|
#status ⇒ "CREATING", ...
187 |
# File 'sig/client.rbs', line 187
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "ERROR")
|
#status_code ⇒ "ACCESS_DENIED", ...
188 |
# File 'sig/client.rbs', line 188
def status_code: () -> ("ACCESS_DENIED" | "DELETION_FAILED" | "IDC_INSTANCE_NOT_FOUND" | "IDC_INSTANCE_NOT_VALID")
|
#status_message ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def status_message: () -> ::String
|