Class: Aws::Types::UpdateProvisioningArtifactInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def accept_language
  @accept_language
end

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def active
  @active
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def description
  @description
end

#guidance"DEFAULT", "DEPRECATED"

Returns the value of attribute guidance.

Returns:

  • ("DEFAULT", "DEPRECATED")


1708
1709
1710
# File 'sig/types.rbs', line 1708

def guidance
  @guidance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def name
  @name
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def product_id
  @product_id
end

#provisioning_artifact_id::String

Returns the value of attribute provisioning_artifact_id.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def provisioning_artifact_id
  @provisioning_artifact_id
end