Class: Aws::Types::VmEntitlement
- Inherits:
-
Object
- Object
- Aws::Types::VmEntitlement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
-
#last_synced_at ⇒ ::Time
Returns the value of attribute last_synced_at.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
-
#type ⇒ "WINDOWS_SERVER"
Returns the value of attribute type.
-
#vm_id ⇒ ::String
Returns the value of attribute vm_id.
-
#vm_name ⇒ ::String
Returns the value of attribute vm_name.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
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.
537 538 539 |
# File 'sig/types.rbs', line 537 def environment_id @environment_id end |
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
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.
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.
543 544 545 |
# File 'sig/types.rbs', line 543 def started_at @started_at end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
541 542 543 |
# File 'sig/types.rbs', line 541 def status @status end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
544 545 546 |
# File 'sig/types.rbs', line 544 def stopped_at @stopped_at end |
#type ⇒ "WINDOWS_SERVER"
Returns the value of attribute type.
540 541 542 |
# File 'sig/types.rbs', line 540 def type @type end |
#vm_id ⇒ ::String
Returns the value of attribute vm_id.
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.
539 540 541 |
# File 'sig/types.rbs', line 539 def vm_name @vm_name end |