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.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def organization_id @organization_id end |
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def ou_id @ou_id end |
#services_count ⇒ ::Integer
Returns the value of attribute services_count.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def services_count @services_count end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def system_arn @system_arn end |
#system_id ⇒ ::String
Returns the value of attribute system_id.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def system_id @system_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def updated_at @updated_at end |
#user_journeys_count ⇒ ::Integer
Returns the value of attribute user_journeys_count.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def user_journeys_count @user_journeys_count end |