Class: Aws::GreengrassV2::Types::AssociateServiceRoleToAccountRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn ⇒ String

The Amazon Resource Name (ARN) of the service role to associate with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.



86
87
88
89
90
# File 'lib/aws-sdk-greengrassv2/types.rb', line 86

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