Class: Aws::Odb::Types::DisassociateIamRoleFromResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DisassociateIamRoleFromResourceInput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_integration ⇒ String
The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role disassociation.
-
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) service role to disassociate from the resource.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the target resource to disassociate from the Amazon Web Services Identity and Access Management (IAM) service role.
Instance Attribute Details
#aws_integration ⇒ String
The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role disassociation.
3457 3458 3459 3460 3461 3462 3463 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3457 class DisassociateIamRoleFromResourceInput < Struct.new( :iam_role_arn, :aws_integration, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) service role to disassociate from the resource.
3457 3458 3459 3460 3461 3462 3463 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3457 class DisassociateIamRoleFromResourceInput < Struct.new( :iam_role_arn, :aws_integration, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the target resource to disassociate from the Amazon Web Services Identity and Access Management (IAM) service role.
3457 3458 3459 3460 3461 3462 3463 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3457 class DisassociateIamRoleFromResourceInput < Struct.new( :iam_role_arn, :aws_integration, :resource_arn) SENSITIVE = [] include Aws::Structure end |