Class: Aws::Greengrass::Types::CreateGroupCertificateAuthorityResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_certificate_authority_arnString

The ARN of the group certificate authority.

Returns:

  • (String)


800
801
802
803
804
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 800

class CreateGroupCertificateAuthorityResponse < Struct.new(
  :group_certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end