Class: Aws::Types::UpdateWorkloadInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkloadInput
- 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.
-
#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.
-
#improvement_status ⇒ "NOT_APPLICABLE", ...
Returns the value of attribute improvement_status.
-
#industry ⇒ ::String
Returns the value of attribute industry.
-
#industry_type ⇒ ::String
Returns the value of attribute industry_type.
-
#is_review_owner_update_acknowledged ⇒ Boolean
Returns the value of attribute is_review_owner_update_acknowledged.
-
#jira_configuration ⇒ Types::WorkloadJiraConfigurationInput
Returns the value of attribute jira_configuration.
-
#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.
-
#review_owner ⇒ ::String
Returns the value of attribute review_owner.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def account_ids @account_ids end |
#applications ⇒ ::Array[::String]
Returns the value of attribute applications.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def applications @applications end |
#architectural_design ⇒ ::String
Returns the value of attribute architectural_design.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def architectural_design @architectural_design end |
#aws_regions ⇒ ::Array[::String]
Returns the value of attribute aws_regions.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def aws_regions @aws_regions end |
#description ⇒ ::String
Returns the value of attribute description.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def description @description end |
#discovery_config ⇒ Types::WorkloadDiscoveryConfig
Returns the value of attribute discovery_config.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def discovery_config @discovery_config end |
#environment ⇒ "PRODUCTION", "PREPRODUCTION"
Returns the value of attribute environment.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def environment @environment end |
#improvement_status ⇒ "NOT_APPLICABLE", ...
Returns the value of attribute improvement_status.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def improvement_status @improvement_status end |
#industry ⇒ ::String
Returns the value of attribute industry.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def industry @industry end |
#industry_type ⇒ ::String
Returns the value of attribute industry_type.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def industry_type @industry_type end |
#is_review_owner_update_acknowledged ⇒ Boolean
Returns the value of attribute is_review_owner_update_acknowledged.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def is_review_owner_update_acknowledged @is_review_owner_update_acknowledged end |
#jira_configuration ⇒ Types::WorkloadJiraConfigurationInput
Returns the value of attribute jira_configuration.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def jira_configuration @jira_configuration end |
#non_aws_regions ⇒ ::Array[::String]
Returns the value of attribute non_aws_regions.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def non_aws_regions @non_aws_regions end |
#notes ⇒ ::String
Returns the value of attribute notes.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def notes @notes end |
#pillar_priorities ⇒ ::Array[::String]
Returns the value of attribute pillar_priorities.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def pillar_priorities @pillar_priorities end |
#review_owner ⇒ ::String
Returns the value of attribute review_owner.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def review_owner @review_owner end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def workload_id @workload_id end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def workload_name @workload_name end |