Class: Aws::Types::UpdateDataSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def arn
  @arn
end

#asset_type"S3_SNAPSHOT", ...

Returns the value of attribute asset_type.

Returns:

  • ("S3_SNAPSHOT", "REDSHIFT_DATA_SHARE", "API_GATEWAY_API", "S3_DATA_ACCESS", "LAKE_FORMATION_DATA_PERMISSION")


1109
1110
1111
# File 'sig/types.rbs', line 1109

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def name
  @name
end

#origin"OWNED", "ENTITLED"

Returns the value of attribute origin.

Returns:

  • ("OWNED", "ENTITLED")


1114
1115
1116
# File 'sig/types.rbs', line 1114

def origin
  @origin
end

#origin_detailsTypes::OriginDetails

Returns the value of attribute origin_details.



1115
1116
1117
# File 'sig/types.rbs', line 1115

def origin_details
  @origin_details
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def updated_at
  @updated_at
end