Class: Aws::Types::NetworkSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute consent_popup.



654
655
656
# File 'sig/types.rbs', line 654

def consent_popup
  @consent_popup
end

#data_retentionBoolean

Returns the value of attribute data_retention.

Returns:

  • (Boolean)


652
653
654
# File 'sig/types.rbs', line 652

def data_retention
  @data_retention
end

#enable_client_metricsBoolean

Returns the value of attribute enable_client_metrics.

Returns:

  • (Boolean)


650
651
652
# File 'sig/types.rbs', line 650

def enable_client_metrics
  @enable_client_metrics
end

#enable_trusted_data_formatBoolean

Returns the value of attribute enable_trusted_data_format.

Returns:

  • (Boolean)


653
654
655
# File 'sig/types.rbs', line 653

def enable_trusted_data_format
  @enable_trusted_data_format
end

#read_receipt_configTypes::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