Class: Aws::Types::UpdateProjectProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :project_resource_tags_description])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_custom_project_resource_tagsBoolean

Returns the value of attribute allow_custom_project_resource_tags.

Returns:

  • (Boolean)


6777
6778
6779
# File 'sig/types.rbs', line 6777

def allow_custom_project_resource_tags
  @allow_custom_project_resource_tags
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6774
6775
6776
# File 'sig/types.rbs', line 6774

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6771
6772
6773
# File 'sig/types.rbs', line 6771

def domain_identifier
  @domain_identifier
end

#domain_unit_identifier::String

Returns the value of attribute domain_unit_identifier.

Returns:

  • (::String)


6780
6781
6782
# File 'sig/types.rbs', line 6780

def domain_unit_identifier
  @domain_unit_identifier
end

#environment_configurations::Array[Types::EnvironmentConfiguration]

Returns the value of attribute environment_configurations.

Returns:



6779
6780
6781
# File 'sig/types.rbs', line 6779

def environment_configurations
  @environment_configurations
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6772
6773
6774
# File 'sig/types.rbs', line 6772

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6773
6774
6775
# File 'sig/types.rbs', line 6773

def name
  @name
end

#project_resource_tags::Array[Types::ResourceTagParameter]

Returns the value of attribute project_resource_tags.

Returns:



6776
6777
6778
# File 'sig/types.rbs', line 6776

def project_resource_tags
  @project_resource_tags
end

#project_resource_tags_description::String

Returns the value of attribute project_resource_tags_description.

Returns:

  • (::String)


6778
6779
6780
# File 'sig/types.rbs', line 6778

def project_resource_tags_description
  @project_resource_tags_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6775
6776
6777
# File 'sig/types.rbs', line 6775

def status
  @status
end