Class: Aws::Types::OrganizationDetails
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_statistics ⇒ Types::OrganizationStatistics
Returns the value of attribute organization_statistics.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#organization_statistics ⇒ Types::OrganizationStatistics
Returns the value of attribute organization_statistics.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def organization_statistics @organization_statistics end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def updated_at @updated_at end |