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.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def organization_id @organization_id end |
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def ou_id @ou_id end |
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def sharing_enabled @sharing_enabled end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def system_arn @system_arn end |
#system_id ⇒ ::String
Returns the value of attribute system_id.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def system_id @system_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def updated_at @updated_at end |