Class: Aws::Types::DisassociateIamRoleFromResourceInput

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")


1336
1337
1338
# File 'sig/types.rbs', line 1336

def aws_integration
  @aws_integration
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def iam_role_arn
  @iam_role_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def resource_arn
  @resource_arn
end