Class: Aws::Resiliencehubv2::Types::ServiceReference

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

Overview

A reference to a service by ID and name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_idString

The identifier of the referenced service.

Returns:

  • (String)


4473
4474
4475
4476
4477
4478
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4473

class ServiceReference < Struct.new(
  :service_id,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the referenced service.

Returns:

  • (String)


4473
4474
4475
4476
4477
4478
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4473

class ServiceReference < Struct.new(
  :service_id,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end