Class: Aws::Types::DatasetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


488
489
490
# File 'sig/types.rbs', line 488

def creation_date_time
  @creation_date_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def dataset_group_arn
  @dataset_group_arn
end

#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"

Returns the value of attribute domain.

Returns:

  • ("ECOMMERCE", "VIDEO_ON_DEMAND")


491
492
493
# File 'sig/types.rbs', line 491

def domain
  @domain
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def failure_reason
  @failure_reason
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def kms_key_arn
  @kms_key_arn
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


489
490
491
# File 'sig/types.rbs', line 489

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def role_arn
  @role_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def status
  @status
end