Class: Aws::Types::LoggingConfigurationMetadata

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)


534
535
536
# File 'sig/types.rbs', line 534

def created_at
  @created_at
end

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def log_group_arn
  @log_group_arn
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def modified_at
  @modified_at
end

#statusTypes::LoggingConfigurationStatus

Returns the value of attribute status.



531
532
533
# File 'sig/types.rbs', line 531

def status
  @status
end

#workspace::String

Returns the value of attribute workspace.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def workspace
  @workspace
end