You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::GetGroupCertificateAuthorityResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a certificate authority for a group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#group_certificate_authority_arnString

The ARN of the certificate authority for the group.

Returns:

  • (String)

    The ARN of the certificate authority for the group.

#group_certificate_authority_idString

The ID of the certificate authority for the group.

Returns:

  • (String)

    The ID of the certificate authority for the group.

#pem_encoded_certificateString

The PEM encoded certificate for the group.

Returns:

  • (String)

    The PEM encoded certificate for the group.