Class: Aws::Types::EventDataStore

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_event_selectors::Array[Types::AdvancedEventSelector]

Returns the value of attribute advanced_event_selectors.



367
368
369
# File 'sig/types.rbs', line 367

def advanced_event_selectors
  @advanced_event_selectors
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.



371
372
373
# File 'sig/types.rbs', line 371

def created_timestamp
  @created_timestamp
end

#event_data_store_arn::String

Returns the value of attribute event_data_store_arn.



363
364
365
# File 'sig/types.rbs', line 363

def event_data_store_arn
  @event_data_store_arn
end

#multi_region_enabledBoolean

Returns the value of attribute multi_region_enabled.



368
369
370
# File 'sig/types.rbs', line 368

def multi_region_enabled
  @multi_region_enabled
end

#name::String

Returns the value of attribute name.



364
365
366
# File 'sig/types.rbs', line 364

def name
  @name
end

#organization_enabledBoolean

Returns the value of attribute organization_enabled.



369
370
371
# File 'sig/types.rbs', line 369

def organization_enabled
  @organization_enabled
end

#retention_period::Integer

Returns the value of attribute retention_period.



370
371
372
# File 'sig/types.rbs', line 370

def retention_period
  @retention_period
end

#status"CREATED", ...

Returns the value of attribute status.



366
367
368
# File 'sig/types.rbs', line 366

def status
  @status
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.



365
366
367
# File 'sig/types.rbs', line 365

def termination_protection_enabled
  @termination_protection_enabled
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.



372
373
374
# File 'sig/types.rbs', line 372

def updated_timestamp
  @updated_timestamp
end