Class: Aws::Types::CreateResourceDefinitionVersionRequest

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)


354
355
356
# File 'sig/types.rbs', line 354

def amzn_client_token
  @amzn_client_token
end

#resource_definition_id::String

Returns the value of attribute resource_definition_id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def resource_definition_id
  @resource_definition_id
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def resources
  @resources
end