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

#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"

Returns the value of attribute domain.

Returns:

  • ("ECOMMERCE", "VIDEO_ON_DEMAND")


271
272
273
# File 'sig/types.rbs', line 271

def domain
  @domain
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def kms_key_arn
  @kms_key_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def tags
  @tags
end