Class: Aws::Odb::Types::IamRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::IamRole
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Information about an Amazon Web Services Identity and Access Management (IAM) service role associated with a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_integration ⇒ String
The Amazon Web Services integration configuration settings for the IAM service role.
-
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role.
-
#status ⇒ String
The current status of the IAM service role.
-
#status_reason ⇒ String
Additional information about the current status of the IAM service role, if applicable.
Instance Attribute Details
#aws_integration ⇒ String
The Amazon Web Services integration configuration settings for the IAM service role.
3716 3717 3718 3719 3720 3721 3722 3723 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3716 class IamRole < Struct.new( :iam_role_arn, :status, :status_reason, :aws_integration) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role.
3716 3717 3718 3719 3720 3721 3722 3723 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3716 class IamRole < Struct.new( :iam_role_arn, :status, :status_reason, :aws_integration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the IAM service role.
3716 3717 3718 3719 3720 3721 3722 3723 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3716 class IamRole < Struct.new( :iam_role_arn, :status, :status_reason, :aws_integration) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the current status of the IAM service role, if applicable.
3716 3717 3718 3719 3720 3721 3722 3723 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3716 class IamRole < Struct.new( :iam_role_arn, :status, :status_reason, :aws_integration) SENSITIVE = [] include Aws::Structure end |