Class: Aws::Greengrass::Types::GroupCertificateAuthorityProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GroupCertificateAuthorityProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a certificate authority for a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_certificate_authority_arn ⇒ String
The ARN of the certificate authority for the group.
-
#group_certificate_authority_id ⇒ String
The ID of the certificate authority for the group.
Instance Attribute Details
#group_certificate_authority_arn ⇒ String
The ARN of the certificate authority for the group.
3028 3029 3030 3031 3032 3033 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3028 class GroupCertificateAuthorityProperties < Struct.new( :group_certificate_authority_arn, :group_certificate_authority_id) SENSITIVE = [] include Aws::Structure end |
#group_certificate_authority_id ⇒ String
The ID of the certificate authority for the group.
3028 3029 3030 3031 3032 3033 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3028 class GroupCertificateAuthorityProperties < Struct.new( :group_certificate_authority_arn, :group_certificate_authority_id) SENSITIVE = [] include Aws::Structure end |