Class: Aws::Types::LogSettingsResponse

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")


643
644
645
# File 'sig/types.rbs', line 643

def destination
  @destination
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def kms_key_arn
  @kms_key_arn
end

#log_type"AUDIO", "TEXT"

Returns the value of attribute log_type.

Returns:

  • ("AUDIO", "TEXT")


642
643
644
# File 'sig/types.rbs', line 642

def log_type
  @log_type
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def resource_arn
  @resource_arn
end

#resource_prefix::String

Returns the value of attribute resource_prefix.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def resource_prefix
  @resource_prefix
end