Class: Aws::Types::CreateDatasetGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arns ⇒ ::Array[::String]

Returns the value of attribute dataset_arns.

Returns:

  • (::Array[::String])


80
81
82
# File 'sig/types.rbs', line 80

def dataset_arns
  @dataset_arns
end

#dataset_group_name ⇒ ::String

Returns the value of attribute dataset_group_name.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def dataset_group_name
  @dataset_group_name
end

#domain ⇒ "RETAIL", ...

Returns the value of attribute domain.

Returns:

  • ("RETAIL", "CUSTOM", "INVENTORY_PLANNING", "EC2_CAPACITY", "WORK_FORCE", "WEB_TRAFFIC", "METRICS")


79
80
81
# File 'sig/types.rbs', line 79

def domain
  @domain
end

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

Returns the value of attribute tags.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def tags
  @tags
end