Class: Aws::Types::RunMicrovmRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:run_hook_payload])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def client_token
  @client_token
end

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


509
510
511
# File 'sig/types.rbs', line 509

def egress_network_connectors
  @egress_network_connectors
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def execution_role_arn
  @execution_role_arn
end

#idle_policyTypes::IdlePolicy

Returns the value of attribute idle_policy.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def idle_policy
  @idle_policy
end

#image_identifier::String

Returns the value of attribute image_identifier.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def image_identifier
  @image_identifier
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def image_version
  @image_version
end

#ingress_network_connectors::Array[::String]

Returns the value of attribute ingress_network_connectors.

Returns:

  • (::Array[::String])


508
509
510
# File 'sig/types.rbs', line 508

def ingress_network_connectors
  @ingress_network_connectors
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def logging
  @logging
end

#maximum_duration_in_seconds::Integer

Returns the value of attribute maximum_duration_in_seconds.

Returns:

  • (::Integer)


516
517
518
# File 'sig/types.rbs', line 516

def maximum_duration_in_seconds
  @maximum_duration_in_seconds
end

#run_hook_payload::String

Returns the value of attribute run_hook_payload.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def run_hook_payload
  @run_hook_payload
end