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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Information about a certificate authority for a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_certificate_authority_arnString

The ARN of the certificate authority for the group.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2512

class GetGroupCertificateAuthorityResponse < Struct.new(
  :group_certificate_authority_arn,
  :group_certificate_authority_id,
  :pem_encoded_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#group_certificate_authority_idString

The ID of the certificate authority for the group.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2512

class GetGroupCertificateAuthorityResponse < Struct.new(
  :group_certificate_authority_arn,
  :group_certificate_authority_id,
  :pem_encoded_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#pem_encoded_certificateString

The PEM encoded certificate for the group.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2512

class GetGroupCertificateAuthorityResponse < Struct.new(
  :group_certificate_authority_arn,
  :group_certificate_authority_id,
  :pem_encoded_certificate)
  SENSITIVE = []
  include Aws::Structure
end