Class: Aws::Types::EnvironmentInfoDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def ec2_instance_id
  @ec2_instance_id
end

#info_type"tail", ...

Returns the value of attribute info_type.

Returns:

  • ("tail", "bundle", "analyze")


529
530
531
# File 'sig/types.rbs', line 529

def info_type
  @info_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def message
  @message
end

#sample_timestamp::Time

Returns the value of attribute sample_timestamp.

Returns:

  • (::Time)


531
532
533
# File 'sig/types.rbs', line 531

def sample_timestamp
  @sample_timestamp
end