Class: Aws::AccountAccess::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::GetApplicationResponse
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the application was created.
-
#error ⇒ Types::ErrorDetails
The error details if the application is in a failed state.
-
#identity_source ⇒ Types::IdentitySourceDetails
The identity source details for the application, including the IAM Identity Center instance configuration.
-
#status ⇒ String
The current status of the application.
-
#tags ⇒ Hash<String,String>
The tags associated with the application.
-
#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
#created_at ⇒ Time
The date and time when the application was created.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::ErrorDetails
The error details if the application is in a failed state.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |
#identity_source ⇒ Types::IdentitySourceDetails
The identity source details for the application, including the IAM Identity Center instance configuration.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the application.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the application.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
The tenant identifier associated with the application.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the application was last updated.
350 351 352 353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 350 class GetApplicationResponse < Struct.new( :identity_source, :status, :tenant_id, :created_at, :updated_at, :tags, :error) SENSITIVE = [] include Aws::Structure end |