Class: Aws::Greengrass::Types::GetGroupCertificateAuthorityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_idString

Returns:

  • (String)


2489
2490
2491
2492
2493
2494
# File 'lib/aws-sdk-greengrass/types.rb', line 2489

class GetGroupCertificateAuthorityRequest < Struct.new(
  :certificate_authority_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

Returns:

  • (String)


2489
2490
2491
2492
2493
2494
# File 'lib/aws-sdk-greengrass/types.rb', line 2489

class GetGroupCertificateAuthorityRequest < Struct.new(
  :certificate_authority_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end