Class: Aws::Odb::Types::AssociateIamRoleToResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_integrationString

The Amazon Web Services integration configuration settings for the IAM service role association.



61
62
63
64
65
66
67
# File 'lib/aws-sdk-odb/types.rb', line 61

class AssociateIamRoleToResourceInput < Struct.new(
  :iam_role_arn,
  :aws_integration,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

The Amazon Resource Name (ARN) of the IAM service role to associate with the resource.



61
62
63
64
65
66
67
# File 'lib/aws-sdk-odb/types.rb', line 61

class AssociateIamRoleToResourceInput < Struct.new(
  :iam_role_arn,
  :aws_integration,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the target resource to associate with the IAM service role.



61
62
63
64
65
66
67
# File 'lib/aws-sdk-odb/types.rb', line 61

class AssociateIamRoleToResourceInput < Struct.new(
  :iam_role_arn,
  :aws_integration,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end