Class: Aws::Greengrass::Types::GetGroupCertificateAuthorityResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetGroupCertificateAuthorityResponse
 
 
- 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.
 - 
  
    
      #pem_encoded_certificate  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The PEM encoded certificate for the group.
 
Instance Attribute Details
#group_certificate_authority_arn ⇒ String
The ARN of the certificate authority for the group.
      2512 2513 2514 2515 2516 2517 2518  | 
    
      # File '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_id ⇒ String
The ID of the certificate authority for the group.
      2512 2513 2514 2515 2516 2517 2518  | 
    
      # File '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_certificate ⇒ String
The PEM encoded certificate for the group.
      2512 2513 2514 2515 2516 2517 2518  | 
    
      # File '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  |