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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

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.

Returns:

  • (String)


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

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