Class: Aws::Resiliencehubv2::Types::GetServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The requested service.
Instance Attribute Details
#service ⇒ Types::Service
The requested service.
1698 1699 1700 1701 1702 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1698 class GetServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |