Class: Aws::DevOpsAgent::Types::IamAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::IamAuthConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for IAM-based authentication flow for the Operator App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the Operator App IAM auth flow was enabled.
-
#operator_app_role_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs.
-
#updated_at ⇒ Time
The timestamp when the Operator App IAM auth flow was updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the Operator App IAM auth flow was enabled.
1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1763 class IamAuthConfiguration < Struct.new( :operator_app_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#operator_app_role_arn ⇒ String
The IAM role end users assume to access AIDevOps APIs
1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1763 class IamAuthConfiguration < Struct.new( :operator_app_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the Operator App IAM auth flow was updated.
1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1763 class IamAuthConfiguration < Struct.new( :operator_app_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |