Class: Aws::Resiliencehubv2::Types::UpdateServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_systems ⇒ Array<Types::AssociatedSystem>
The updated systems to associate with the service.
-
#dependency_discovery ⇒ String
Caller-settable values for dependency discovery.
-
#description ⇒ String
Resource description for services and policies.
-
#permission_model ⇒ Types::PermissionModel
The updated permission model for the service.
-
#policy_arn ⇒ String
ARN identifier.
-
#regions ⇒ Array<String>
The updated AWS Regions where the service operates.
-
#report_configuration ⇒ Types::ServiceReportConfiguration
Configuration for automatic report generation on a Service.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#associated_systems ⇒ Array<Types::AssociatedSystem>
The updated systems to associate with the service.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#dependency_discovery ⇒ String
Caller-settable values for dependency discovery. INITIALIZING is system-managed.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description for services and policies.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#permission_model ⇒ Types::PermissionModel
The updated permission model for the service.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The updated AWS Regions where the service operates.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#report_configuration ⇒ Types::ServiceReportConfiguration
Configuration for automatic report generation on a Service.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4736 class UpdateServiceRequest < Struct.new( :service_arn, :description, :associated_systems, :policy_arn, :regions, :permission_model, :dependency_discovery, :report_configuration) SENSITIVE = [] include Aws::Structure end |