Class: Aws::Types::ListVmEntitlementsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def connector_id
  @connector_id
end

#entitlement_type"WINDOWS_SERVER"

Returns the value of attribute entitlement_type.

Returns:

  • ("WINDOWS_SERVER")


400
401
402
# File 'sig/types.rbs', line 400

def entitlement_type
  @entitlement_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def environment_id
  @environment_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


397
398
399
# File 'sig/types.rbs', line 397

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def next_token
  @next_token
end