Class: Aws::Types::CreateEntitlementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def client_token
  @client_token
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def connector_id
  @connector_id
end

#entitlement_type"WINDOWS_SERVER"

Returns the value of attribute entitlement_type.

Returns:

  • ("WINDOWS_SERVER")


64
65
66
# File 'sig/types.rbs', line 64

def entitlement_type
  @entitlement_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def environment_id
  @environment_id
end

#vm_ids::Array[::String]

Returns the value of attribute vm_ids.

Returns:

  • (::Array[::String])


65
66
67
# File 'sig/types.rbs', line 65

def vm_ids
  @vm_ids
end