Class: Aws::Types::UpdateProjectProfileOutput

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)


6791
6792
6793
# File 'sig/types.rbs', line 6791

def allow_custom_project_resource_tags
  @allow_custom_project_resource_tags
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6795
6796
6797
# File 'sig/types.rbs', line 6795

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6794
6795
6796
# File 'sig/types.rbs', line 6794

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6788
6789
6790
# File 'sig/types.rbs', line 6788

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6785
6786
6787
# File 'sig/types.rbs', line 6785

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


6797
6798
6799
# File 'sig/types.rbs', line 6797

def domain_unit_id
  @domain_unit_id
end

#environment_configurations::Array[Types::EnvironmentConfiguration]

Returns the value of attribute environment_configurations.

Returns:



6793
6794
6795
# File 'sig/types.rbs', line 6793

def environment_configurations
  @environment_configurations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6786
6787
6788
# File 'sig/types.rbs', line 6786

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


6796
6797
6798
# File 'sig/types.rbs', line 6796

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6787
6788
6789
# File 'sig/types.rbs', line 6787

def name
  @name
end

#project_resource_tags::Array[Types::ResourceTagParameter]

Returns the value of attribute project_resource_tags.

Returns:



6790
6791
6792
# File 'sig/types.rbs', line 6790

def project_resource_tags
  @project_resource_tags
end

#project_resource_tags_description::String

Returns the value of attribute project_resource_tags_description.

Returns:

  • (::String)


6792
6793
6794
# File 'sig/types.rbs', line 6792

def project_resource_tags_description
  @project_resource_tags_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6789
6790
6791
# File 'sig/types.rbs', line 6789

def status
  @status
end