Class: Aws::Types::NetworkSettings
- Inherits:
-
Object
- Object
- Aws::Types::NetworkSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consent_popup ⇒ Types::ConsentPopupConfig
Returns the value of attribute consent_popup.
-
#data_retention ⇒ Boolean
Returns the value of attribute data_retention.
-
#enable_client_metrics ⇒ Boolean
Returns the value of attribute enable_client_metrics.
-
#enable_trusted_data_format ⇒ Boolean
Returns the value of attribute enable_trusted_data_format.
-
#read_receipt_config ⇒ Types::ReadReceiptConfig
Returns the value of attribute read_receipt_config.
Instance Attribute Details
#consent_popup ⇒ Types::ConsentPopupConfig
Returns the value of attribute consent_popup.
654 655 656 |
# File 'sig/types.rbs', line 654 def end |
#data_retention ⇒ Boolean
Returns the value of attribute data_retention.
652 653 654 |
# File 'sig/types.rbs', line 652 def data_retention @data_retention end |
#enable_client_metrics ⇒ Boolean
Returns the value of attribute enable_client_metrics.
650 651 652 |
# File 'sig/types.rbs', line 650 def enable_client_metrics @enable_client_metrics end |
#enable_trusted_data_format ⇒ Boolean
Returns the value of attribute enable_trusted_data_format.
653 654 655 |
# File 'sig/types.rbs', line 653 def enable_trusted_data_format @enable_trusted_data_format end |
#read_receipt_config ⇒ Types::ReadReceiptConfig
Returns the value of attribute read_receipt_config.
651 652 653 |
# File 'sig/types.rbs', line 651 def read_receipt_config @read_receipt_config end |