Class: Aws::Types::Competitor
- Inherits:
-
Object
- Object
- Aws::Types::Competitor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_home ⇒ Boolean
Returns the value of attribute is_home.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#is_home ⇒ Boolean
Returns the value of attribute is_home.
44 45 46 |
# File 'sig/types.rbs', line 44 def is_home @is_home end |
#name ⇒ ::String
Returns the value of attribute name.
43 44 45 |
# File 'sig/types.rbs', line 43 def name @name end |