Class: Aws::Types::DiscoverInstancesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_status"HEALTHY", ...

Returns the value of attribute health_status.

Returns:

  • ("HEALTHY", "UNHEALTHY", "ALL", "HEALTHY_OR_ELSE_ALL")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def 
  @owner_account
end

#query_parameters::Hash[::String, ::String]

Returns the value of attribute query_parameters.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def service_name
  @service_name
end