Class: Aws::Types::ListDomainConflictsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainConflictsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_control_validation_resource ⇒ Types::DistributionResourceId
Returns the value of attribute domain_control_validation_resource.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def domain @domain end |
#domain_control_validation_resource ⇒ Types::DistributionResourceId
Returns the value of attribute domain_control_validation_resource.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def domain_control_validation_resource @domain_control_validation_resource end |
#marker ⇒ ::String
Returns the value of attribute marker.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def max_items @max_items end |