Class: Aws::Types::CreateDataSetResponse

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:



160
161
162
# File 'sig/types.rbs', line 160

def arn
  @arn
end

#asset_type"S3_SNAPSHOT", ...

Returns the value of attribute asset_type.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def name
  @name
end

#origin"OWNED", "ENTITLED"

Returns the value of attribute origin.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def origin
  @origin
end

#origin_detailsTypes::OriginDetails

Returns the value of attribute origin_details.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def origin_details
  @origin_details
end

#source_id::String

Returns the value of attribute source_id.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def source_id
  @source_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def updated_at
  @updated_at
end