Class: Aws::Types::ListDomainAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_associations ⇒ ::Array[Types::DomainAssociation]
Returns the value of attribute domain_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_associations ⇒ ::Array[Types::DomainAssociation]
Returns the value of attribute domain_associations.
532 533 534 |
# File 'sig/types.rbs', line 532 def domain_associations @domain_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
533 534 535 |
# File 'sig/types.rbs', line 533 def next_token @next_token end |