Class: Aws::Types::DescribeInstancePatchStatesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.



1210
1211
1212
# File 'sig/types.rbs', line 1210

def instance_ids
  @instance_ids
end

#max_results::Integer

Returns the value of attribute max_results.



1212
1213
1214
# File 'sig/types.rbs', line 1212

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def next_token
  @next_token
end