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
Note:
When making an API call, you may pass AssociateServiceRoleToAccountRequest data as a hash:
{
role_arn: "String", # required
}
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.
100 101 102 103 104 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 100 class AssociateServiceRoleToAccountRequest < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |