Class: Aws::Types::RunMicrovmResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


534
535
536
# File 'sig/types.rbs', line 534

def egress_network_connectors
  @egress_network_connectors
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def endpoint
  @endpoint
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def execution_role_arn
  @execution_role_arn
end

#idle_policyTypes::IdlePolicy

Returns the value of attribute idle_policy.

Returns:



528
529
530
# File 'sig/types.rbs', line 528

def idle_policy
  @idle_policy
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def image_version
  @image_version
end

#ingress_network_connectors::Array[::String]

Returns the value of attribute ingress_network_connectors.

Returns:

  • (::Array[::String])


533
534
535
# File 'sig/types.rbs', line 533

def ingress_network_connectors
  @ingress_network_connectors
end

#maximum_duration_in_seconds::Integer

Returns the value of attribute maximum_duration_in_seconds.

Returns:

  • (::Integer)


529
530
531
# File 'sig/types.rbs', line 529

def maximum_duration_in_seconds
  @maximum_duration_in_seconds
end

#microvm_id::String

Returns the value of attribute microvm_id.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def microvm_id
  @microvm_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


530
531
532
# File 'sig/types.rbs', line 530

def started_at
  @started_at
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "RUNNING", "SUSPENDING", "SUSPENDED", "TERMINATING", "TERMINATED")


523
524
525
# File 'sig/types.rbs', line 523

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def state_reason
  @state_reason
end

#terminated_at::Time

Returns the value of attribute terminated_at.

Returns:

  • (::Time)


531
532
533
# File 'sig/types.rbs', line 531

def terminated_at
  @terminated_at
end