Class: Aws::Types::CreateLoggerDefinitionVersionResponse

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)


327
328
329
# File 'sig/types.rbs', line 327

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def creation_timestamp
  @creation_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def id
  @id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def version
  @version
end