Class: Aws::Types::CreateDatasetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
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.
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.
268 269 270 |
# File 'sig/types.rbs', line 268 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
272 273 274 |
# File 'sig/types.rbs', line 272 def @tags end |