Class: Aws::Types::CreateDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def dataset_group_arn
  @dataset_group_arn
end

#dataset_type ⇒ ::String

Returns the value of attribute dataset_type.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def dataset_type
  @dataset_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def name
  @name
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def schema_arn
  @schema_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def tags
  @tags
end