Class: Aws::Types::CreateEnvironmentActionInput

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)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def environment_identifier
  @environment_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def name
  @name
end

#parametersTypes::ActionParameters

Returns the value of attribute parameters.



1143
1144
1145
# File 'sig/types.rbs', line 1143

def parameters
  @parameters
end