Class: Aws::AccountAccess::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::ApplicationSummary
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Contains summary information about an account access manager application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application.
-
#created_at ⇒ Time
The date and time when the application was created.
-
#tenant_id ⇒ String
The tenant identifier associated with the application.
-
#updated_at ⇒ Time
The date and time when the application was last updated.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application.
61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 61 class ApplicationSummary < Struct.new( :application_arn, :tenant_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the application was created.
61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 61 class ApplicationSummary < Struct.new( :application_arn, :tenant_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
The tenant identifier associated with the application.
61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 61 class ApplicationSummary < Struct.new( :application_arn, :tenant_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the application was last updated.
61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 61 class ApplicationSummary < Struct.new( :application_arn, :tenant_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |