Class: Aws::Types::ListDomainConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_configurations ⇒ ::Array[Types::DomainConfigurationSummary]
Returns the value of attribute domain_configurations.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#domain_configurations ⇒ ::Array[Types::DomainConfigurationSummary]
Returns the value of attribute domain_configurations.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def domain_configurations @domain_configurations end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def next_marker @next_marker end |