Class: Aws::Types::SystemSummary
- Inherits:
-
Object
- Object
- Aws::Types::SystemSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#services_count ⇒ ::Integer
Returns the value of attribute services_count.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#system_id ⇒ ::String
Returns the value of attribute system_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_journeys_count ⇒ ::Integer
Returns the value of attribute user_journeys_count.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def organization_id @organization_id end |
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def ou_id @ou_id end |
#services_count ⇒ ::Integer
Returns the value of attribute services_count.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def services_count @services_count end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def system_arn @system_arn end |
#system_id ⇒ ::String
Returns the value of attribute system_id.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def system_id @system_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def updated_at @updated_at end |
#user_journeys_count ⇒ ::Integer
Returns the value of attribute user_journeys_count.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def user_journeys_count @user_journeys_count end |