Class: Aws::GreengrassV2::Types::AssociateServiceRoleToAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::AssociateServiceRoleToAccountRequest
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
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 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 86 class AssociateServiceRoleToAccountRequest < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |