Class: Aws::Types::RestoreEventDataStoreResponse

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:



1146
1147
1148
# File 'sig/types.rbs', line 1146

def advanced_event_selectors
  @advanced_event_selectors
end

#billing_mode"EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"

Returns the value of attribute billing_mode.

Returns:



1154
1155
1156
# File 'sig/types.rbs', line 1154

def billing_mode
  @billing_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



1151
1152
1153
# File 'sig/types.rbs', line 1151

def created_timestamp
  @created_timestamp
end

#event_data_store_arn::String

Returns the value of attribute event_data_store_arn.

Returns:



1143
1144
1145
# File 'sig/types.rbs', line 1143

def event_data_store_arn
  @event_data_store_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def kms_key_id
  @kms_key_id
end

#multi_region_enabledBoolean

Returns the value of attribute multi_region_enabled.

Returns:



1147
1148
1149
# File 'sig/types.rbs', line 1147

def multi_region_enabled
  @multi_region_enabled
end

#name::String

Returns the value of attribute name.

Returns:



1144
1145
1146
# File 'sig/types.rbs', line 1144

def name
  @name
end

#organization_enabledBoolean

Returns the value of attribute organization_enabled.

Returns:



1148
1149
1150
# File 'sig/types.rbs', line 1148

def organization_enabled
  @organization_enabled
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:



1149
1150
1151
# File 'sig/types.rbs', line 1149

def retention_period
  @retention_period
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:



1145
1146
1147
# File 'sig/types.rbs', line 1145

def status
  @status
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:



1150
1151
1152
# File 'sig/types.rbs', line 1150

def termination_protection_enabled
  @termination_protection_enabled
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:



1152
1153
1154
# File 'sig/types.rbs', line 1152

def updated_timestamp
  @updated_timestamp
end