Class: Aws::Proton::Types::GetComponentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetComponentInput
- 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 component that you want to get the detailed data for.
Instance Attribute Details
#name ⇒ String
The name of the component that you want to get the detailed data for.
2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-proton/types.rb', line 2735 class GetComponentInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |