Class: Aws::Types::EnvironmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


398
399
400
# File 'sig/types.rbs', line 398

def creation_time
  @creation_time
end

#engine_type"microfocus", "bluage"

Returns the value of attribute engine_type.

Returns:

  • ("microfocus", "bluage")


399
400
401
# File 'sig/types.rbs', line 399

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def engine_version
  @engine_version
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def environment_id
  @environment_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def instance_type
  @instance_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def name
  @name
end

#network_type"ipv4", "dual"

Returns the value of attribute network_type.

Returns:

  • ("ipv4", "dual")


405
406
407
# File 'sig/types.rbs', line 405

def network_type
  @network_type
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Available", "Updating", "Deleting", "Failed", "UnHealthy")


406
407
408
# File 'sig/types.rbs', line 406

def status
  @status
end