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]
798 |
# File 'sig/client.rbs', line 798
def allowed_resource_oauth_2_return_urls: () -> ::Array[::String]
|
#name ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def name: () -> ::String
|
#workload_identity_arn ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def workload_identity_arn: () -> ::String
|