Class: Aws::Greengrass::Types::AssociateServiceRoleToAccountRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of the service role you wish to associate with your account.

Returns:

  • (String)


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