Class: Aws::Types::UpdateEnvironmentProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6614
6615
6616
# File 'sig/types.rbs', line 6614

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


6615
6616
6617
# File 'sig/types.rbs', line 6615

def 
  @aws_account_region
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6612
6613
6614
# File 'sig/types.rbs', line 6612

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6609
6610
6611
# File 'sig/types.rbs', line 6609

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6610
6611
6612
# File 'sig/types.rbs', line 6610

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6611
6612
6613
# File 'sig/types.rbs', line 6611

def name
  @name
end

#user_parameters::Array[Types::EnvironmentParameter]

Returns the value of attribute user_parameters.

Returns:



6613
6614
6615
# File 'sig/types.rbs', line 6613

def user_parameters
  @user_parameters
end