Class: Aws::Types::GetEnvironmentActionOutput

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)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2744
2745
2746
# File 'sig/types.rbs', line 2744

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2746
2747
2748
# File 'sig/types.rbs', line 2746

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2747
2748
2749
# File 'sig/types.rbs', line 2747

def name
  @name
end

#parametersTypes::ActionParameters

Returns the value of attribute parameters.



2748
2749
2750
# File 'sig/types.rbs', line 2748

def parameters
  @parameters
end