Class: Aws::Types::RetrieveEnvironmentInfoMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def environment_name
  @environment_name
end

#info_type"tail", ...

Returns the value of attribute info_type.

Returns:

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


893
894
895
# File 'sig/types.rbs', line 893

def info_type
  @info_type
end