Class: Aws::Types::CreateDeploymentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:specifications])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_pattern_name::String

Returns the value of attribute deployment_pattern_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def deployment_pattern_name
  @deployment_pattern_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


30
31
32
# File 'sig/types.rbs', line 30

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def name
  @name
end

#specifications::Hash[::String, ::String]

Returns the value of attribute specifications.

Returns:

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


29
30
31
# File 'sig/types.rbs', line 29

def specifications
  @specifications
end

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

Returns the value of attribute tags.

Returns:

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


31
32
33
# File 'sig/types.rbs', line 31

def tags
  @tags
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def workload_name
  @workload_name
end