Class: Aws::Resiliencehubv2::Types::SystemSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemSummary
- 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
-
#created_at ⇒ Time
The timestamp when the system was created.
-
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
-
#organization_id ⇒ String
Displayed only if caller has access.
-
#ou_id ⇒ String
Displayed only if caller has access.
-
#services_count ⇒ Integer
The number of services in the system.
-
#system_arn ⇒ String
ARN identifier.
-
#system_id ⇒ String
System ID for cross-account use without exposing account structure.
-
#updated_at ⇒ Time
The timestamp when the system was last updated.
-
#user_journeys_count ⇒ Integer
The number of user journeys in the system.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the system was created.
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 |
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
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_id ⇒ String
Displayed only if caller has access.
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_id ⇒ String
Displayed only if caller has access.
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_count ⇒ Integer
The number of services in the system.
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_arn ⇒ String
ARN identifier.
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_id ⇒ String
System ID for cross-account use without exposing account structure.
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_at ⇒ Time
The timestamp when the system was last updated.
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_count ⇒ Integer
The number of user journeys in the system.
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 |