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)


5713
5714
5715
# File 'sig/types.rbs', line 5713

def artifact
  @artifact
end

#status"COMPLETED", "FAILED"

Returns the value of attribute status.

Returns:

  • ("COMPLETED", "FAILED")


5714
5715
5716
# File 'sig/types.rbs', line 5714

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


5715
5716
5717
# File 'sig/types.rbs', line 5715

def status_message
  @status_message
end

#type"GreengrassV2Component"

Returns the value of attribute type.

Returns:

  • ("GreengrassV2Component")


5712
5713
5714
# File 'sig/types.rbs', line 5712

def type
  @type
end