Class: Aws::Types::QueryLoggingConfigurationMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


626
627
628
# File 'sig/types.rbs', line 626

def created_at
  @created_at
end

#destinations::Array[Types::LoggingDestination]

Returns the value of attribute destinations.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def destinations
  @destinations
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


627
628
629
# File 'sig/types.rbs', line 627

def modified_at
  @modified_at
end

#statusTypes::QueryLoggingConfigurationStatus

Returns the value of attribute status.



623
624
625
# File 'sig/types.rbs', line 623

def status
  @status
end

#workspace::String

Returns the value of attribute workspace.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def workspace
  @workspace
end