Class: Aws::Types::LogSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::LogSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ "CLOUDWATCH_LOGS", "S3"
Returns the value of attribute destination.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#log_type ⇒ "AUDIO", "TEXT"
Returns the value of attribute log_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#destination ⇒ "CLOUDWATCH_LOGS", "S3"
Returns the value of attribute destination.
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.
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.
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.
637 638 639 |
# File 'sig/types.rbs', line 637 def resource_arn @resource_arn end |