Class: Aws::Types::CreateDaemonResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


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

def daemon_arn
  @daemon_arn
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


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

def deployment_arn
  @deployment_arn
end

#status"ACTIVE", "DELETE_IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS")


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

def status
  @status
end