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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/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 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 49

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