Class: Aws::Proton::Types::GetServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the service that you want to get the detailed data for.
Instance Attribute Details
#name ⇒ String
The name of the service that you want to get the detailed data for.
3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-proton/types.rb', line 3004 class GetServiceInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |