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