Class: Aws::Types::DescribeDatasetGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


432
433
434
# File 'sig/types.rbs', line 432

def creation_time
  @creation_time
end

#dataset_arns ⇒ ::Array[::String]

Returns the value of attribute dataset_arns.

Returns:

  • (::Array[::String])


429
430
431
# File 'sig/types.rbs', line 429

def dataset_arns
  @dataset_arns
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def dataset_group_arn
  @dataset_group_arn
end

#dataset_group_name ⇒ ::String

Returns the value of attribute dataset_group_name.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

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")


430
431
432
# File 'sig/types.rbs', line 430

def domain
  @domain
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


433
434
435
# File 'sig/types.rbs', line 433

def last_modification_time
  @last_modification_time
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def status
  @status
end