Class: Aws::Types::CreateResourceDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def amzn_client_token
  @amzn_client_token
end

#initial_versionTypes::ResourceDefinitionVersion

Returns the value of attribute initial_version.



336
337
338
# File 'sig/types.rbs', line 336

def initial_version
  @initial_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


338
339
340
# File 'sig/types.rbs', line 338

def tags
  @tags
end