Class: Aws::Types::DescribeEventBusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventBusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
515 516 517 |
# File 'sig/types.rbs', line 515 def creation_time @creation_time end |
#dead_letter_config ⇒ Types::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.
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.
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.
516 517 518 |
# File 'sig/types.rbs', line 516 def last_modified_time @last_modified_time end |
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
514 515 516 |
# File 'sig/types.rbs', line 514 def log_config @log_config end |
#name ⇒ ::String
Returns the value of attribute name.
508 509 510 |
# File 'sig/types.rbs', line 508 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
513 514 515 |
# File 'sig/types.rbs', line 513 def policy @policy end |