Class: Aws::Types::GetLoggerDefinitionVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::LoggerDefinitionVersion

Returns the value of attribute definition.



878
879
880
# File 'sig/types.rbs', line 878

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def id
  @id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def version
  @version
end