Class: Aws::Types::CreateRegistryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_configurationTypes::ApprovalConfiguration

Returns the value of attribute approval_configuration.



148
149
150
# File 'sig/types.rbs', line 148

def approval_configuration
  @approval_configuration
end

#auto_detection_configurationTypes::AutoDetectionConfiguration

Returns the value of attribute auto_detection_configuration.



149
150
151
# File 'sig/types.rbs', line 149

def auto_detection_configuration
  @auto_detection_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def description
  @description
end

#discovery_configurationTypes::DiscoveryConfiguration

Returns the value of attribute discovery_configuration.



145
146
147
# File 'sig/types.rbs', line 145

def discovery_configuration
  @discovery_configuration
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



144
145
146
# File 'sig/types.rbs', line 144

def encryption_configuration
  @encryption_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


147
148
149
# File 'sig/types.rbs', line 147

def tags
  @tags
end