Class: Aws::Types::PutDeploymentParameterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def agreement_id
  @agreement_id
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def client_token
  @client_token
end

#deployment_parameterTypes::DeploymentParameterInput

Returns the value of attribute deployment_parameter.



47
48
49
# File 'sig/types.rbs', line 47

def deployment_parameter
  @deployment_parameter
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def expiration_date
  @expiration_date
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def product_id
  @product_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


50
51
52
# File 'sig/types.rbs', line 50

def tags
  @tags
end