Class: Aws::Types::CreateDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def amzn_client_token
  @amzn_client_token
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def deployment_id
  @deployment_id
end

#deployment_type"NewDeployment", ...

Returns the value of attribute deployment_type.

Returns:

  • ("NewDeployment", "Redeployment", "ResetDeployment", "ForceResetDeployment")


168
169
170
# File 'sig/types.rbs', line 168

def deployment_type
  @deployment_type
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def group_id
  @group_id
end

#group_version_id::String

Returns the value of attribute group_version_id.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def group_version_id
  @group_version_id
end