Class: Aws::Types::LaunchPathSummary
- Inherits:
-
Object
- Object
- Aws::Types::LaunchPathSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraint_summaries ⇒ ::Array[Types::ConstraintSummary]
Returns the value of attribute constraint_summaries.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#constraint_summaries ⇒ ::Array[Types::ConstraintSummary]
Returns the value of attribute constraint_summaries.
771 772 773 |
# File 'sig/types.rbs', line 771 def constraint_summaries @constraint_summaries end |
#id ⇒ ::String
Returns the value of attribute id.
770 771 772 |
# File 'sig/types.rbs', line 770 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
773 774 775 |
# File 'sig/types.rbs', line 773 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
772 773 774 |
# File 'sig/types.rbs', line 772 def end |