Class: Aws::Types::EdgePresetDeploymentOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact::String

Returns the value of attribute artifact.

Returns:

  • (::String)


5694
5695
5696
# File 'sig/types.rbs', line 5694

def artifact
  @artifact
end

#status"COMPLETED", "FAILED"

Returns the value of attribute status.

Returns:

  • ("COMPLETED", "FAILED")


5695
5696
5697
# File 'sig/types.rbs', line 5695

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


5696
5697
5698
# File 'sig/types.rbs', line 5696

def status_message
  @status_message
end

#type"GreengrassV2Component"

Returns the value of attribute type.

Returns:

  • ("GreengrassV2Component")


5693
5694
5695
# File 'sig/types.rbs', line 5693

def type
  @type
end