Class: Aws::Types::WorkloadDeploymentPatternData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_constraints::Array[Types::AccountConstraint]

Returns the value of attribute account_constraints.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def 
  @account_constraints
end

#deployment_pattern_name::String

Returns the value of attribute deployment_pattern_name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def deployment_pattern_name
  @deployment_pattern_name
end

#deployment_pattern_version_name::String

Returns the value of attribute deployment_pattern_version_name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def deployment_pattern_version_name
  @deployment_pattern_version_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def display_name
  @display_name
end

#specifications::Array[Types::DeploymentSpecificationsField]

Returns the value of attribute specifications.



335
336
337
# File 'sig/types.rbs', line 335

def specifications
  @specifications
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE", "DISABLED", "DELETED")


332
333
334
# File 'sig/types.rbs', line 332

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def status_message
  @status_message
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def workload_name
  @workload_name
end

#workload_version_name::String

Returns the value of attribute workload_version_name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def workload_version_name
  @workload_version_name
end