Class: Aws::Greengrass::Types::AssociateRoleToGroupRequest

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_idString

Returns:

  • (String)


23
24
25
26
27
28
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 23

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

#role_arnString

The ARN of the role you wish to associate with this group. The existence of the role is not validated.

Returns:

  • (String)


23
24
25
26
27
28
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 23

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