Class: Aws::Types::CreateResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def parent_id
  @parent_id
end

#path_part::String

Returns the value of attribute path_part.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def path_part
  @path_part
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def rest_api_id
  @rest_api_id
end