Class: Aws::Types::UpdateEnvironmentActionInput

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)


6532
6533
6534
# File 'sig/types.rbs', line 6532

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6527
6528
6529
# File 'sig/types.rbs', line 6527

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


6528
6529
6530
# File 'sig/types.rbs', line 6528

def environment_identifier
  @environment_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6529
6530
6531
# File 'sig/types.rbs', line 6529

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6531
6532
6533
# File 'sig/types.rbs', line 6531

def name
  @name
end

#parametersTypes::ActionParameters

Returns the value of attribute parameters.



6530
6531
6532
# File 'sig/types.rbs', line 6530

def parameters
  @parameters
end