Class: Aws::Greengrass::Types::CreateGroupCertificateAuthorityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateGroupCertificateAuthorityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_certificate_authority_arn ⇒ String
The ARN of the group certificate authority.
Instance Attribute Details
#group_certificate_authority_arn ⇒ String
The ARN of the group certificate authority.
800 801 802 803 804 |
# File 'lib/aws-sdk-greengrass/types.rb', line 800 class CreateGroupCertificateAuthorityResponse < Struct.new( :group_certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |