Class: Aws::Types::EnvironmentActionSummary

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)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def name
  @name
end

#parametersTypes::ActionParameters

Returns the value of attribute parameters.



2242
2243
2244
# File 'sig/types.rbs', line 2242

def parameters
  @parameters
end