Class: Aws::Types::DeleteEntitlementRequest

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)


127
128
129
# File 'sig/types.rbs', line 127

def client_token
  @client_token
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def connector_id
  @connector_id
end

#entitlement_type"WINDOWS_SERVER"

Returns the value of attribute entitlement_type.

Returns:

  • ("WINDOWS_SERVER")


130
131
132
# File 'sig/types.rbs', line 130

def entitlement_type
  @entitlement_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def environment_id
  @environment_id
end

#vm_ids::Array[::String]

Returns the value of attribute vm_ids.

Returns:

  • (::Array[::String])


131
132
133
# File 'sig/types.rbs', line 131

def vm_ids
  @vm_ids
end