Class: Aws::Types::UpdateRegistryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_configurationTypes::UpdatedApprovalConfiguration

Returns the value of attribute approval_configuration.



599
600
601
# File 'sig/types.rbs', line 599

def approval_configuration
  @approval_configuration
end

#auto_detection_configurationTypes::UpdatedAutoDetectionConfiguration

Returns the value of attribute auto_detection_configuration.



600
601
602
# File 'sig/types.rbs', line 600

def auto_detection_configuration
  @auto_detection_configuration
end

#descriptionTypes::UpdatedDescription

Returns the value of attribute description.



597
598
599
# File 'sig/types.rbs', line 597

def description
  @description
end

#discovery_configurationTypes::UpdatedDiscoveryConfiguration

Returns the value of attribute discovery_configuration.



598
599
600
# File 'sig/types.rbs', line 598

def discovery_configuration
  @discovery_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def name
  @name
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def registry_id
  @registry_id
end