Class: Aws::Types::CreateEnvironmentActionOutput

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)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def name
  @name
end

#parametersTypes::ActionParameters

Returns the value of attribute parameters.



1153
1154
1155
# File 'sig/types.rbs', line 1153

def parameters
  @parameters
end