Class: Aws::Types::UpdateEnvironmentProfileOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6622
6623
6624
# File 'sig/types.rbs', line 6622

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


6623
6624
6625
# File 'sig/types.rbs', line 6623

def 
  @aws_account_region
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6625
6626
6627
# File 'sig/types.rbs', line 6625

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6624
6625
6626
# File 'sig/types.rbs', line 6624

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6628
6629
6630
# File 'sig/types.rbs', line 6628

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6621
6622
6623
# File 'sig/types.rbs', line 6621

def domain_id
  @domain_id
end

#environment_blueprint_id::String

Returns the value of attribute environment_blueprint_id.

Returns:

  • (::String)


6629
6630
6631
# File 'sig/types.rbs', line 6629

def environment_blueprint_id
  @environment_blueprint_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6620
6621
6622
# File 'sig/types.rbs', line 6620

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6627
6628
6629
# File 'sig/types.rbs', line 6627

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


6630
6631
6632
# File 'sig/types.rbs', line 6630

def project_id
  @project_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6626
6627
6628
# File 'sig/types.rbs', line 6626

def updated_at
  @updated_at
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



6631
6632
6633
# File 'sig/types.rbs', line 6631

def user_parameters
  @user_parameters
end