Class: Aws::AccountAccess::Types::GetApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when the application was created.

Returns:

  • (Time)


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

#errorTypes::ErrorDetails

The error details if the application is in a failed state.

Returns:



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_sourceTypes::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

#statusString

The current status of the application.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags associated with the application.

Returns:

  • (Hash<String,String>)


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_idString

The tenant identifier associated with the application.

Returns:

  • (String)


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_atTime

The date and time when the application was last updated.

Returns:

  • (Time)


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