Class: Aws::Types::System
- Inherits:
-
Object
- Object
- Aws::Types::System
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
-
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#system_id ⇒ ::String
Returns the value of attribute system_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def organization_id @organization_id end |
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def ou_id @ou_id end |
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def sharing_enabled @sharing_enabled end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def system_arn @system_arn end |
#system_id ⇒ ::String
Returns the value of attribute system_id.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def system_id @system_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def updated_at @updated_at end |