Class: Aws::Types::StartDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:dynamic_extension_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def configuration_profile_id
  @configuration_profile_id
end

#configuration_version ⇒ ::String

Returns the value of attribute configuration_version.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def configuration_version
  @configuration_version
end

#deployment_strategy_id ⇒ ::String

Returns the value of attribute deployment_strategy_id.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def deployment_strategy_id
  @deployment_strategy_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def description
  @description
end

#dynamic_extension_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute dynamic_extension_parameters.

Returns:

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


800
801
802
# File 'sig/types.rbs', line 800

def dynamic_extension_parameters
  @dynamic_extension_parameters
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def environment_id
  @environment_id
end

#kms_key_identifier ⇒ ::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def kms_key_identifier
  @kms_key_identifier
end

#latest_deployment_number ⇒ ::Integer

Returns the value of attribute latest_deployment_number.

Returns:

  • (::Integer)


801
802
803
# File 'sig/types.rbs', line 801

def latest_deployment_number
  @latest_deployment_number
end

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

Returns the value of attribute tags.

Returns:

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


798
799
800
# File 'sig/types.rbs', line 798

def tags
  @tags
end