Class: Aws::Types::LogSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::LogSettingsResponse
- 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.
-
#resource_prefix ⇒ ::String
Returns the value of attribute resource_prefix.
Instance Attribute Details
#destination ⇒ "CLOUDWATCH_LOGS", "S3"
Returns the value of attribute destination.
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.
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.
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.
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.
646 647 648 |
# File 'sig/types.rbs', line 646 def resource_prefix @resource_prefix end |