Module: Aws::EventBridge::Client::_DescribeArchiveResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeArchiveResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#archive_arn::String

Returns:

  • (::String)


353
# File 'sig/client.rbs', line 353

def archive_arn: () -> ::String

#archive_name::String

Returns:

  • (::String)


354
# File 'sig/client.rbs', line 354

def archive_name: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


364
# File 'sig/client.rbs', line 364

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


356
# File 'sig/client.rbs', line 356

def description: () -> ::String

#event_count::Integer

Returns:

  • (::Integer)


363
# File 'sig/client.rbs', line 363

def event_count: () -> ::Integer

#event_pattern::String

Returns:

  • (::String)


357
# File 'sig/client.rbs', line 357

def event_pattern: () -> ::String

#event_source_arn::String

Returns:

  • (::String)


355
# File 'sig/client.rbs', line 355

def event_source_arn: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


360
# File 'sig/client.rbs', line 360

def kms_key_identifier: () -> ::String

#retention_days::Integer

Returns:

  • (::Integer)


361
# File 'sig/client.rbs', line 361

def retention_days: () -> ::Integer

#size_bytes::Integer

Returns:

  • (::Integer)


362
# File 'sig/client.rbs', line 362

def size_bytes: () -> ::Integer

#state"ENABLED", ...

Returns:

  • ("ENABLED", "DISABLED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED")


358
# File 'sig/client.rbs', line 358

def state: () -> ("ENABLED" | "DISABLED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")

#state_reason::String

Returns:

  • (::String)


359
# File 'sig/client.rbs', line 359

def state_reason: () -> ::String