Class: Aws::Types::EnvironmentDetailsEntity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:template])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def environment_id
  @environment_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def job_id
  @job_id
end

#schema_version::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def schema_version
  @schema_version
end

#templateObject

Returns the value of attribute template.

Returns:

  • (Object)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def template
  @template
end