Class: Aws::Types::DescribeDatasetResponse

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)


477
478
479
# File 'sig/types.rbs', line 477

def creation_time
  @creation_time
end

#data_frequency ⇒ ::String

Returns the value of attribute data_frequency.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def data_frequency
  @data_frequency
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def dataset_arn
  @dataset_arn
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def dataset_name
  @dataset_name
end

#dataset_type ⇒ "TARGET_TIME_SERIES", ...

Returns the value of attribute dataset_type.

Returns:

  • ("TARGET_TIME_SERIES", "RELATED_TIME_SERIES", "ITEM_METADATA")


472
473
474
# File 'sig/types.rbs', line 472

def dataset_type
  @dataset_type
end

#domain ⇒ "RETAIL", ...

Returns the value of attribute domain.

Returns:

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


471
472
473
# File 'sig/types.rbs', line 471

def domain
  @domain
end

#encryption_config ⇒ Types::EncryptionConfig

Returns the value of attribute encryption_config.



475
476
477
# File 'sig/types.rbs', line 475

def encryption_config
  @encryption_config
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


478
479
480
# File 'sig/types.rbs', line 478

def last_modification_time
  @last_modification_time
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def schema
  @schema
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def status
  @status
end