Class: Aws::Resiliencehubv2::Types::System
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::System
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents a system in Resilience Hub. A system is a logical grouping of services.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the system was created.
-
#description ⇒ String
Resource description.
-
#kms_key_id ⇒ String
KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
-
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
-
#organization_id ⇒ String
The AWS Organizations identifier for the system.
-
#ou_id ⇒ String
The organizational unit (OU) identifier for the system.
-
#sharing_enabled ⇒ Boolean
Indicates whether cross-account sharing is enabled.
-
#system_arn ⇒ String
ARN identifier.
-
#system_id ⇒ String
System ID for cross-account use without exposing account structure.
-
#tags ⇒ Hash<String,String>
Resource tags.
-
#updated_at ⇒ Time
The timestamp when the system was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the system was created.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
Resource description.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#kms_key_id ⇒ String
KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#organization_id ⇒ String
The AWS Organizations identifier for the system.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#ou_id ⇒ String
The organizational unit (OU) identifier for the system.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#sharing_enabled ⇒ Boolean
Indicates whether cross-account sharing is enabled.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#system_id ⇒ String
System ID for cross-account use without exposing account structure.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Resource tags.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the system was last updated.
4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4005 class System < Struct.new( :system_arn, :system_id, :name, :description, :sharing_enabled, :tags, :kms_key_id, :organization_id, :ou_id, :created_at, :updated_at) SENSITIVE = [:tags] include Aws::Structure end |