Class: Aws::Types::DeleteDaemonResponse

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)


787
788
789
# File 'sig/types.rbs', line 787

def created_at
  @created_at
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def daemon_arn
  @daemon_arn
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def deployment_arn
  @deployment_arn
end

#status"ACTIVE", "DELETE_IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS")


786
787
788
# File 'sig/types.rbs', line 786

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


788
789
790
# File 'sig/types.rbs', line 788

def updated_at
  @updated_at
end