Class: Aws::Types::CreateEventDataStoreResponse

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:



175
176
177
# File 'sig/types.rbs', line 175

def advanced_event_selectors
  @advanced_event_selectors
end

#billing_mode"EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"

Returns the value of attribute billing_mode.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def billing_mode
  @billing_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def created_timestamp
  @created_timestamp
end

#event_data_store_arn::String

Returns the value of attribute event_data_store_arn.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def event_data_store_arn
  @event_data_store_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def kms_key_id
  @kms_key_id
end

#multi_region_enabledBoolean

Returns the value of attribute multi_region_enabled.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def multi_region_enabled
  @multi_region_enabled
end

#name::String

Returns the value of attribute name.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def name
  @name
end

#organization_enabledBoolean

Returns the value of attribute organization_enabled.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def organization_enabled
  @organization_enabled
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def retention_period
  @retention_period
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def status
  @status
end

#tags_list::Array[Types::Tag]

Returns the value of attribute tags_list.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def tags_list
  @tags_list
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def termination_protection_enabled
  @termination_protection_enabled
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def updated_timestamp
  @updated_timestamp
end