Class: Aws::Types::UpdateWorkloadInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids ⇒ ::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


2055
2056
2057
# File 'sig/types.rbs', line 2055

def 
  @account_ids
end

#applications ⇒ ::Array[::String]

Returns the value of attribute applications.

Returns:

  • (::Array[::String])


2067
2068
2069
# File 'sig/types.rbs', line 2067

def applications
  @applications
end

#architectural_design ⇒ ::String

Returns the value of attribute architectural_design.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2056
2057
2058
# File 'sig/types.rbs', line 2056

def aws_regions
  @aws_regions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • ("PRODUCTION", "PREPRODUCTION")


2054
2055
2056
# File 'sig/types.rbs', line 2054

def environment
  @environment
end

#improvement_status ⇒ "NOT_APPLICABLE", ...

Returns the value of attribute improvement_status.

Returns:

  • ("NOT_APPLICABLE", "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "RISK_ACKNOWLEDGED")


2065
2066
2067
# File 'sig/types.rbs', line 2065

def improvement_status
  @improvement_status
end

#industry ⇒ ::String

Returns the value of attribute industry.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def industry
  @industry
end

#industry_type ⇒ ::String

Returns the value of attribute industry_type.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def notes
  @notes
end

#pillar_priorities ⇒ ::Array[::String]

Returns the value of attribute pillar_priorities.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def workload_name
  @workload_name
end