Class: Aws::Greengrass::Types::GetResourceDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetResourceDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#resource_definition_id ⇒ String
2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2761 class GetResourceDefinitionRequest < Struct.new( :resource_definition_id) SENSITIVE = [] include Aws::Structure end |