Class: Aws::Types::DataSourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:



549
550
551
# File 'sig/types.rbs', line 549

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def id
  @id
end

#language_code::String

Returns the value of attribute language_code.

Returns:



552
553
554
# File 'sig/types.rbs', line 552

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



551
552
553
# File 'sig/types.rbs', line 551

def status
  @status
end

#type"S3", ...

Returns the value of attribute type.

Returns:



548
549
550
# File 'sig/types.rbs', line 548

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



550
551
552
# File 'sig/types.rbs', line 550

def updated_at
  @updated_at
end