Class: Aws::Types::PutDeploymentParameterResponse

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:



55
56
57
# File 'sig/types.rbs', line 55

def agreement_id
  @agreement_id
end

#deployment_parameter_id::String

Returns the value of attribute deployment_parameter_id.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def deployment_parameter_id
  @deployment_parameter_id
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def resource_arn
  @resource_arn
end

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

Returns the value of attribute tags.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def tags
  @tags
end