Class: Aws::Types::AwsEventSchemasRegistryDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2810
2811
2812
# File 'sig/types.rbs', line 2810

def description
  @description
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2812
2813
2814
# File 'sig/types.rbs', line 2812

def registry_name
  @registry_name
end