Class: Aws::Types::DescribeEffectivePatchesForPatchBaselineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_id::String

Returns the value of attribute baseline_id.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def baseline_id
  @baseline_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def next_token
  @next_token
end