Class: Aws::Types::CustomDomainAssociationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::CustomDomainAssociationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
770 771 772 |
# File 'sig/types.rbs', line 770 def associations @associations end |
#marker ⇒ ::String
Returns the value of attribute marker.
769 770 771 |
# File 'sig/types.rbs', line 769 def marker @marker end |