Class: Aws::Types::LogSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination"CLOUDWATCH_LOGS", "S3"

Returns the value of attribute destination.

Returns:

  • ("CLOUDWATCH_LOGS", "S3")


635
636
637
# File 'sig/types.rbs', line 635

def destination
  @destination
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def kms_key_arn
  @kms_key_arn
end

#log_type"AUDIO", "TEXT"

Returns the value of attribute log_type.

Returns:

  • ("AUDIO", "TEXT")


634
635
636
# File 'sig/types.rbs', line 634

def log_type
  @log_type
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def resource_arn
  @resource_arn
end