Class: Aws::Resiliencehubv2::Types::CreateServiceFunctionResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateServiceFunctionResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resources ⇒ Array<String>
The list of resources that were associated.
-
#service_arn ⇒ String
ARN identifier.
-
#service_function_id ⇒ String
The identifier of the service function.
Instance Attribute Details
#resources ⇒ Array<String>
The list of resources that were associated.
550 551 552 553 554 555 556 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 550 class CreateServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
550 551 552 553 554 555 556 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 550 class CreateServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |
#service_function_id ⇒ String
The identifier of the service function.
550 551 552 553 554 555 556 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 550 class CreateServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |