Class: Aws::Types::DescribeInstancePropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters_with_operator::Array[Types::InstancePropertyStringFilter]

Returns the value of attribute filters_with_operator.



1238
1239
1240
# File 'sig/types.rbs', line 1238

def filters_with_operator
  @filters_with_operator
end

#instance_property_filter_list::Array[Types::InstancePropertyFilter]

Returns the value of attribute instance_property_filter_list.

Returns:



1237
1238
1239
# File 'sig/types.rbs', line 1237

def instance_property_filter_list
  @instance_property_filter_list
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def next_token
  @next_token
end