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.



108
109
110
# File 'sig/types.rbs', line 108

def approval_configuration
  @approval_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def description
  @description
end

#discovery_configurationTypes::DiscoveryConfiguration

Returns the value of attribute discovery_configuration.



105
106
107
# File 'sig/types.rbs', line 105

def discovery_configuration
  @discovery_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


107
108
109
# File 'sig/types.rbs', line 107

def tags
  @tags
end