Class: Aws::Greengrass::Types::AssociateServiceRoleToAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::AssociateServiceRoleToAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The ARN of the service role you wish to associate with your account.
Instance Attribute Details
#role_arn ⇒ String
The ARN of the service role you wish to associate with your account.
49 50 51 52 53 |
# File 'lib/aws-sdk-greengrass/types.rb', line 49 class AssociateServiceRoleToAccountRequest < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |