Class: Aws::Types::DomainUnitSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainUnitSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def name @name end |