Class: Aws::Types::ListDomainConflictsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainConflictsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_conflicts ⇒ ::Array[Types::DomainConflict]
Returns the value of attribute domain_conflicts.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#domain_conflicts ⇒ ::Array[Types::DomainConflict]
Returns the value of attribute domain_conflicts.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def domain_conflicts @domain_conflicts end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def next_marker @next_marker end |