Module: Aws::BedrockAgentCoreControl::Client::_CreateWorkloadIdentityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkloadIdentityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allowed_resource_oauth_2_return_urls ⇒ ::Array[::String]
- #name ⇒ ::String
- #workload_identity_arn ⇒ ::String
Instance Method Details
#allowed_resource_oauth_2_return_urls ⇒ ::Array[::String]
946 |
# File 'sig/client.rbs', line 946
def allowed_resource_oauth_2_return_urls: () -> ::Array[::String]
|
#name ⇒ ::String
944 |
# File 'sig/client.rbs', line 944
def name: () -> ::String
|
#workload_identity_arn ⇒ ::String
945 |
# File 'sig/client.rbs', line 945
def workload_identity_arn: () -> ::String
|