Class: Aws::Greengrass::Types::GetSubscriptionDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetSubscriptionDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#subscription_definition_id ⇒ String
2885 2886 2887 2888 2889 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2885 class GetSubscriptionDefinitionRequest < Struct.new( :subscription_definition_id) SENSITIVE = [] include Aws::Structure end |