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)


3592
3593
3594
3595
3596
3597
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3592

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

#service_nameString

The name of the referenced service.

Returns:

  • (String)


3592
3593
3594
3595
3596
3597
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3592

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