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.



504
505
506
# File 'sig/types.rbs', line 504

def approval_configuration
  @approval_configuration
end

#descriptionTypes::UpdatedDescription

Returns the value of attribute description.



502
503
504
# File 'sig/types.rbs', line 502

def description
  @description
end

#discovery_configurationTypes::UpdatedDiscoveryConfiguration

Returns the value of attribute discovery_configuration.



503
504
505
# File 'sig/types.rbs', line 503

def discovery_configuration
  @discovery_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def name
  @name
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def registry_id
  @registry_id
end