Class: Aws::Types::DescribeInstancePatchesResult

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:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def next_token
  @next_token
end

#patches::Array[Types::PatchComplianceData]

Returns the value of attribute patches.

Returns:



1231
1232
1233
# File 'sig/types.rbs', line 1231

def patches
  @patches
end