Class: Aws::Types::AwsEventSchemasRegistryDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEventSchemasRegistryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def description @description end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def registry_name @registry_name end |