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)


5698
5699
5700
# File 'sig/types.rbs', line 5698

def artifact
  @artifact
end

#status"COMPLETED", "FAILED"

Returns the value of attribute status.

Returns:

  • ("COMPLETED", "FAILED")


5699
5700
5701
# File 'sig/types.rbs', line 5699

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


5700
5701
5702
# File 'sig/types.rbs', line 5700

def status_message
  @status_message
end

#type"GreengrassV2Component"

Returns the value of attribute type.

Returns:

  • ("GreengrassV2Component")


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

def type
  @type
end