Class: Aws::Greengrass::Types::GetGroupCertificateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetGroupCertificateConfigurationRequest
- 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
2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2525 class GetGroupCertificateConfigurationRequest < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |