Class: Aws::Types::CreateWorkloadInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkloadInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#applications ⇒ ::Array[::String]
Returns the value of attribute applications.
-
#architectural_design ⇒ ::String
Returns the value of attribute architectural_design.
-
#aws_regions ⇒ ::Array[::String]
Returns the value of attribute aws_regions.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discovery_config ⇒ Types::WorkloadDiscoveryConfig
Returns the value of attribute discovery_config.
-
#environment ⇒ "PRODUCTION", "PREPRODUCTION"
Returns the value of attribute environment.
-
#industry ⇒ ::String
Returns the value of attribute industry.
-
#industry_type ⇒ ::String
Returns the value of attribute industry_type.
-
#jira_configuration ⇒ Types::WorkloadJiraConfigurationInput
Returns the value of attribute jira_configuration.
-
#lenses ⇒ ::Array[::String]
Returns the value of attribute lenses.
-
#non_aws_regions ⇒ ::Array[::String]
Returns the value of attribute non_aws_regions.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#pillar_priorities ⇒ ::Array[::String]
Returns the value of attribute pillar_priorities.
-
#profile_arns ⇒ ::Array[::String]
Returns the value of attribute profile_arns.
-
#review_owner ⇒ ::String
Returns the value of attribute review_owner.
-
#review_template_arns ⇒ ::Array[::String]
Returns the value of attribute review_template_arns.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
477 478 479 |
# File 'sig/types.rbs', line 477 def account_ids @account_ids end |
#applications ⇒ ::Array[::String]
Returns the value of attribute applications.
490 491 492 |
# File 'sig/types.rbs', line 490 def applications @applications end |
#architectural_design ⇒ ::String
Returns the value of attribute architectural_design.
481 482 483 |
# File 'sig/types.rbs', line 481 def architectural_design @architectural_design end |
#aws_regions ⇒ ::Array[::String]
Returns the value of attribute aws_regions.
478 479 480 |
# File 'sig/types.rbs', line 478 def aws_regions @aws_regions end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
487 488 489 |
# File 'sig/types.rbs', line 487 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
475 476 477 |
# File 'sig/types.rbs', line 475 def description @description end |
#discovery_config ⇒ Types::WorkloadDiscoveryConfig
Returns the value of attribute discovery_config.
489 490 491 |
# File 'sig/types.rbs', line 489 def discovery_config @discovery_config end |
#environment ⇒ "PRODUCTION", "PREPRODUCTION"
Returns the value of attribute environment.
476 477 478 |
# File 'sig/types.rbs', line 476 def environment @environment end |
#industry ⇒ ::String
Returns the value of attribute industry.
484 485 486 |
# File 'sig/types.rbs', line 484 def industry @industry end |
#industry_type ⇒ ::String
Returns the value of attribute industry_type.
483 484 485 |
# File 'sig/types.rbs', line 483 def industry_type @industry_type end |
#jira_configuration ⇒ Types::WorkloadJiraConfigurationInput
Returns the value of attribute jira_configuration.
493 494 495 |
# File 'sig/types.rbs', line 493 def jira_configuration @jira_configuration end |
#lenses ⇒ ::Array[::String]
Returns the value of attribute lenses.
485 486 487 |
# File 'sig/types.rbs', line 485 def lenses @lenses end |
#non_aws_regions ⇒ ::Array[::String]
Returns the value of attribute non_aws_regions.
479 480 481 |
# File 'sig/types.rbs', line 479 def non_aws_regions @non_aws_regions end |
#notes ⇒ ::String
Returns the value of attribute notes.
486 487 488 |
# File 'sig/types.rbs', line 486 def notes @notes end |
#pillar_priorities ⇒ ::Array[::String]
Returns the value of attribute pillar_priorities.
480 481 482 |
# File 'sig/types.rbs', line 480 def pillar_priorities @pillar_priorities end |
#profile_arns ⇒ ::Array[::String]
Returns the value of attribute profile_arns.
491 492 493 |
# File 'sig/types.rbs', line 491 def profile_arns @profile_arns end |
#review_owner ⇒ ::String
Returns the value of attribute review_owner.
482 483 484 |
# File 'sig/types.rbs', line 482 def review_owner @review_owner end |
#review_template_arns ⇒ ::Array[::String]
Returns the value of attribute review_template_arns.
492 493 494 |
# File 'sig/types.rbs', line 492 def review_template_arns @review_template_arns end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
488 489 490 |
# File 'sig/types.rbs', line 488 def end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
474 475 476 |
# File 'sig/types.rbs', line 474 def workload_name @workload_name end |