Class: Aws::Types::UpdateLoggingConfigurationResponse

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)


320
321
322
# File 'sig/types.rbs', line 320

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


322
323
324
# File 'sig/types.rbs', line 322

def create_time
  @create_time
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



325
326
327
# File 'sig/types.rbs', line 325

def destination_configuration
  @destination_configuration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def name
  @name
end

#state"ACTIVE"

Returns the value of attribute state.

Returns:

  • ("ACTIVE")


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

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


323
324
325
# File 'sig/types.rbs', line 323

def update_time
  @update_time
end