Class: Aws::Types::DescribeCodeBindingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language ⇒ ::String

Returns the value of attribute language.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def language
  @language
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def schema_version
  @schema_version
end