Class: Aws::Types::ListResourceConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_verification_identifier ⇒ ::String
Returns the value of attribute domain_verification_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_configuration_group_identifier ⇒ ::String
Returns the value of attribute resource_configuration_group_identifier.
-
#resource_gateway_identifier ⇒ ::String
Returns the value of attribute resource_gateway_identifier.
Instance Attribute Details
#domain_verification_identifier ⇒ ::String
Returns the value of attribute domain_verification_identifier.
890 891 892 |
# File 'sig/types.rbs', line 890 def domain_verification_identifier @domain_verification_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
891 892 893 |
# File 'sig/types.rbs', line 891 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
892 893 894 |
# File 'sig/types.rbs', line 892 def next_token @next_token end |
#resource_configuration_group_identifier ⇒ ::String
Returns the value of attribute resource_configuration_group_identifier.
889 890 891 |
# File 'sig/types.rbs', line 889 def resource_configuration_group_identifier @resource_configuration_group_identifier end |
#resource_gateway_identifier ⇒ ::String
Returns the value of attribute resource_gateway_identifier.
888 889 890 |
# File 'sig/types.rbs', line 888 def resource_gateway_identifier @resource_gateway_identifier end |