Class: Aws::Types::DescribeInstancePatchStatesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_patch_states::Array[Types::InstancePatchState]

Returns the value of attribute instance_patch_states.

Returns:



1217
1218
1219
# File 'sig/types.rbs', line 1217

def instance_patch_states
  @instance_patch_states
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def next_token
  @next_token
end