Class: Aws::Types::WorkloadDeploymentPatternDataSummary

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:



348
349
350
# File 'sig/types.rbs', line 348

def 
  @account_constraints
end

#deployment_pattern_name::String

Returns the value of attribute deployment_pattern_name.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def deployment_pattern_name
  @deployment_pattern_name
end

#deployment_pattern_version_name::String

Returns the value of attribute deployment_pattern_version_name.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def deployment_pattern_version_name
  @deployment_pattern_version_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def display_name
  @display_name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


346
347
348
# File 'sig/types.rbs', line 346

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def status_message
  @status_message
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def workload_name
  @workload_name
end

#workload_version_name::String

Returns the value of attribute workload_version_name.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def workload_version_name
  @workload_version_name
end