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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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)


4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4296

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