Class: Aws::Types::DescribeAvailablePatchesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



1111
1112
1113
# File 'sig/types.rbs', line 1111

def next_token
  @next_token
end

#patches::Array[Types::Patch]

Returns the value of attribute patches.

Returns:



1110
1111
1112
# File 'sig/types.rbs', line 1110

def patches
  @patches
end