Class: Aws::Types::DiscoverInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DiscoverInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#optional_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute optional_parameters.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#query_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_parameters.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
120 121 122 |
# File 'sig/types.rbs', line 120 def health_status @health_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
117 118 119 |
# File 'sig/types.rbs', line 117 def max_results @max_results end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
115 116 117 |
# File 'sig/types.rbs', line 115 def namespace_name @namespace_name end |
#optional_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute optional_parameters.
119 120 121 |
# File 'sig/types.rbs', line 119 def optional_parameters @optional_parameters end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
121 122 123 |
# File 'sig/types.rbs', line 121 def owner_account @owner_account end |
#query_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_parameters.
118 119 120 |
# File 'sig/types.rbs', line 118 def query_parameters @query_parameters end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
116 117 118 |
# File 'sig/types.rbs', line 116 def service_name @service_name end |