Class: Aws::Types::UpdateProjectInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6740
6741
6742
# File 'sig/types.rbs', line 6740

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6737
6738
6739
# File 'sig/types.rbs', line 6737

def domain_identifier
  @domain_identifier
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


6743
6744
6745
# File 'sig/types.rbs', line 6743

def domain_unit_id
  @domain_unit_id
end

#environment_deployment_detailsTypes::EnvironmentDeploymentDetails

Returns the value of attribute environment_deployment_details.



6744
6745
6746
# File 'sig/types.rbs', line 6744

def environment_deployment_details
  @environment_deployment_details
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


6742
6743
6744
# File 'sig/types.rbs', line 6742

def glossary_terms
  @glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6738
6739
6740
# File 'sig/types.rbs', line 6738

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6739
6740
6741
# File 'sig/types.rbs', line 6739

def name
  @name
end

#project_profile_version::String

Returns the value of attribute project_profile_version.

Returns:

  • (::String)


6746
6747
6748
# File 'sig/types.rbs', line 6746

def project_profile_version
  @project_profile_version
end

#resource_tags::Hash[::String, ::String]

Returns the value of attribute resource_tags.

Returns:

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


6741
6742
6743
# File 'sig/types.rbs', line 6741

def resource_tags
  @resource_tags
end

#user_parameters::Array[Types::EnvironmentConfigurationUserParameter]

Returns the value of attribute user_parameters.



6745
6746
6747
# File 'sig/types.rbs', line 6745

def user_parameters
  @user_parameters
end