Class: Aws::Types::UpdateEnvironmentActionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6542
6543
6544
# File 'sig/types.rbs', line 6542

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6537
6538
6539
# File 'sig/types.rbs', line 6537

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


6538
6539
6540
# File 'sig/types.rbs', line 6538

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6539
6540
6541
# File 'sig/types.rbs', line 6539

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6540
6541
6542
# File 'sig/types.rbs', line 6540

def name
  @name
end

#parametersTypes::ActionParameters

Returns the value of attribute parameters.



6541
6542
6543
# File 'sig/types.rbs', line 6541

def parameters
  @parameters
end