Class: Aws::Types::GetEventDataStoreResponse

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:



479
480
481
# File 'sig/types.rbs', line 479

def advanced_event_selectors
  @advanced_event_selectors
end

#billing_mode"EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"

Returns the value of attribute billing_mode.

Returns:

  • ("EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING")


487
488
489
# File 'sig/types.rbs', line 487

def billing_mode
  @billing_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


484
485
486
# File 'sig/types.rbs', line 484

def created_timestamp
  @created_timestamp
end

#event_data_store_arn::String

Returns the value of attribute event_data_store_arn.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def event_data_store_arn
  @event_data_store_arn
end

#federation_role_arn::String

Returns the value of attribute federation_role_arn.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def federation_role_arn
  @federation_role_arn
end

#federation_status"ENABLING", ...

Returns the value of attribute federation_status.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED")


488
489
490
# File 'sig/types.rbs', line 488

def federation_status
  @federation_status
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def kms_key_id
  @kms_key_id
end

#multi_region_enabledBoolean

Returns the value of attribute multi_region_enabled.

Returns:

  • (Boolean)


480
481
482
# File 'sig/types.rbs', line 480

def multi_region_enabled
  @multi_region_enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def name
  @name
end

#organization_enabledBoolean

Returns the value of attribute organization_enabled.

Returns:

  • (Boolean)


481
482
483
# File 'sig/types.rbs', line 481

def organization_enabled
  @organization_enabled
end

#partition_keys::Array[Types::PartitionKey]

Returns the value of attribute partition_keys.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def partition_keys
  @partition_keys
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def retention_period
  @retention_period
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "ENABLED", "PENDING_DELETION", "STARTING_INGESTION", "STOPPING_INGESTION", "STOPPED_INGESTION")


478
479
480
# File 'sig/types.rbs', line 478

def status
  @status
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:

  • (Boolean)


483
484
485
# File 'sig/types.rbs', line 483

def termination_protection_enabled
  @termination_protection_enabled
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


485
486
487
# File 'sig/types.rbs', line 485

def updated_timestamp
  @updated_timestamp
end