Class: Aws::Resiliencehubv2::Types::SystemSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Contains summary information about a system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the system was created.

Returns:

  • (Time)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Resource name (used in ARN — no spaces allowed).

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

Displayed only if caller has access.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ou_idString

Displayed only if caller has access.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#services_countInteger

The number of services in the system.

Returns:

  • (Integer)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#system_arnString

ARN identifier.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#system_idString

System ID for cross-account use without exposing account structure.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the system was last updated.

Returns:

  • (Time)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#user_journeys_countInteger

The number of user journeys in the system.

Returns:

  • (Integer)


4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4371

class SystemSummary < Struct.new(
  :system_id,
  :name,
  :system_arn,
  :user_journeys_count,
  :services_count,
  :organization_id,
  :ou_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end