Class: Aws::Types::UpdateEventDataStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_event_selectors::Array[Types::AdvancedEventSelector]

Returns the value of attribute advanced_event_selectors.

Returns:



1385
1386
1387
# File 'sig/types.rbs', line 1385

def advanced_event_selectors
  @advanced_event_selectors
end

#billing_mode"EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"

Returns the value of attribute billing_mode.

Returns:



1391
1392
1393
# File 'sig/types.rbs', line 1391

def billing_mode
  @billing_mode
end

#event_data_store::String

Returns the value of attribute event_data_store.

Returns:



1383
1384
1385
# File 'sig/types.rbs', line 1383

def event_data_store
  @event_data_store
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



1390
1391
1392
# File 'sig/types.rbs', line 1390

def kms_key_id
  @kms_key_id
end

#multi_region_enabledBoolean

Returns the value of attribute multi_region_enabled.

Returns:



1386
1387
1388
# File 'sig/types.rbs', line 1386

def multi_region_enabled
  @multi_region_enabled
end

#name::String

Returns the value of attribute name.

Returns:



1384
1385
1386
# File 'sig/types.rbs', line 1384

def name
  @name
end

#organization_enabledBoolean

Returns the value of attribute organization_enabled.

Returns:



1387
1388
1389
# File 'sig/types.rbs', line 1387

def organization_enabled
  @organization_enabled
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:



1388
1389
1390
# File 'sig/types.rbs', line 1388

def retention_period
  @retention_period
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:



1389
1390
1391
# File 'sig/types.rbs', line 1389

def termination_protection_enabled
  @termination_protection_enabled
end