Class: Aws::Resiliencehubv2::Types::SystemSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemSummary
- 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
-
#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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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).
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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.
5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5159 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 |