Class: Aws::Types::CreateWorkloadInput

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])


477
478
479
# File 'sig/types.rbs', line 477

def 
  @account_ids
end

#applications ⇒ ::Array[::String]

Returns the value of attribute applications.

Returns:

  • (::Array[::String])


490
491
492
# File 'sig/types.rbs', line 490

def applications
  @applications
end

#architectural_design ⇒ ::String

Returns the value of attribute architectural_design.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PRODUCTION", "PREPRODUCTION")


476
477
478
# File 'sig/types.rbs', line 476

def environment
  @environment
end

#industry ⇒ ::String

Returns the value of attribute industry.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def industry
  @industry
end

#industry_type ⇒ ::String

Returns the value of attribute industry_type.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def notes
  @notes
end

#pillar_priorities ⇒ ::Array[::String]

Returns the value of attribute pillar_priorities.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Hash[::String, ::String])


488
489
490
# File 'sig/types.rbs', line 488

def tags
  @tags
end

#workload_name ⇒ ::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def workload_name
  @workload_name
end