Class: Aws::Greengrass::Types::GetGroupVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetGroupVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#group_id ⇒ String
2609 2610 2611 2612 2613 2614 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2609 class GetGroupVersionRequest < Struct.new( :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end |
#group_version_id ⇒ String
2609 2610 2611 2612 2613 2614 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2609 class GetGroupVersionRequest < Struct.new( :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end |