Class: Aws::Types::MicrovmImageHooks

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ready"DISABLED", "ENABLED"

Returns the value of attribute ready.

Returns:

  • ("DISABLED", "ENABLED")


408
409
410
# File 'sig/types.rbs', line 408

def ready
  @ready
end

#ready_timeout_in_seconds::Integer

Returns the value of attribute ready_timeout_in_seconds.

Returns:

  • (::Integer)


409
410
411
# File 'sig/types.rbs', line 409

def ready_timeout_in_seconds
  @ready_timeout_in_seconds
end

#validate"DISABLED", "ENABLED"

Returns the value of attribute validate.

Returns:

  • ("DISABLED", "ENABLED")


410
411
412
# File 'sig/types.rbs', line 410

def validate
  @validate
end

#validate_timeout_in_seconds::Integer

Returns the value of attribute validate_timeout_in_seconds.

Returns:

  • (::Integer)


411
412
413
# File 'sig/types.rbs', line 411

def validate_timeout_in_seconds
  @validate_timeout_in_seconds
end