Class: Aws::Types::AssociateIamRoleToResourceInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_integration"KmsTde"

Returns the value of attribute aws_integration.

Returns:

  • ("KmsTde")


54
55
56
# File 'sig/types.rbs', line 54

def aws_integration
  @aws_integration
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def iam_role_arn
  @iam_role_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def resource_arn
  @resource_arn
end