Class: Aws::Resiliencehubv2::Types::ServiceReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceReference
- 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
-
#service_id ⇒ String
The identifier of the referenced service.
-
#service_name ⇒ String
The name of the referenced service.
Instance Attribute Details
#service_id ⇒ String
The identifier of the referenced service.
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_name ⇒ String
The name of the referenced service.
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 |