Class: Aws::Odb::Types::IamRole

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_integrationString

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

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the IAM service role.

Returns:

  • (String)


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

#statusString

The current status of the IAM service role.

Returns:

  • (String)


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_reasonString

Additional information about the current status of the IAM service role, if applicable.

Returns:

  • (String)


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