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