Class: Aws::Resiliencehubv2::Types::UpdateServiceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_systemsArray<Types::AssociatedSystem>

The updated systems to associate with the service.

Returns:



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_discoveryString

Caller-settable values for dependency discovery. INITIALIZING is system-managed.

Returns:

  • (String)


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

#descriptionString

Resource description for services and policies.

Returns:

  • (String)


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_modelTypes::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_arnString

ARN identifier.

Returns:

  • (String)


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

#regionsArray<String>

The updated AWS Regions where the service operates.

Returns:

  • (Array<String>)


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_configurationTypes::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_arnString

ARN identifier.

Returns:

  • (String)


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