Class: Aws::Types::DescribeEventBusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


515
516
517
# File 'sig/types.rbs', line 515

def creation_time
  @creation_time
end

#dead_letter_configTypes::DeadLetterConfig

Returns the value of attribute dead_letter_config.



512
513
514
# File 'sig/types.rbs', line 512

def dead_letter_config
  @dead_letter_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def description
  @description
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def kms_key_identifier
  @kms_key_identifier
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


516
517
518
# File 'sig/types.rbs', line 516

def last_modified_time
  @last_modified_time
end

#log_configTypes::LogConfig

Returns the value of attribute log_config.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def log_config
  @log_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def name
  @name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def policy
  @policy
end