Class: Aws::Types::VmEntitlement

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)


538
539
540
# File 'sig/types.rbs', line 538

def connector_id
  @connector_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def environment_id
  @environment_id
end

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def error_detail
  @error_detail
end

#last_synced_at::Time

Returns the value of attribute last_synced_at.

Returns:

  • (::Time)


542
543
544
# File 'sig/types.rbs', line 542

def last_synced_at
  @last_synced_at
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


543
544
545
# File 'sig/types.rbs', line 543

def started_at
  @started_at
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATED", "DELETED", "AT_RISK", "ENTITLEMENT_REMOVED", "CREATE_FAILED")


541
542
543
# File 'sig/types.rbs', line 541

def status
  @status
end

#stopped_at::Time

Returns the value of attribute stopped_at.

Returns:

  • (::Time)


544
545
546
# File 'sig/types.rbs', line 544

def stopped_at
  @stopped_at
end

#type"WINDOWS_SERVER"

Returns the value of attribute type.

Returns:

  • ("WINDOWS_SERVER")


540
541
542
# File 'sig/types.rbs', line 540

def type
  @type
end

#vm_id::String

Returns the value of attribute vm_id.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def vm_id
  @vm_id
end

#vm_name::String

Returns the value of attribute vm_name.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def vm_name
  @vm_name
end