Class: Aws::Types::CreateCustomMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


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

def authentication_token
  @authentication_token
end

#custom_metadata::Hash[::String, ::String]

Returns the value of attribute custom_metadata.

Returns:

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


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

def 
  @custom_metadata
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


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

def resource_id
  @resource_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


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

def version_id
  @version_id
end