Class: Aws::Types::CreateDataSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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


152
153
154
# File 'sig/types.rbs', line 152

def asset_type
  @asset_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


155
156
157
# File 'sig/types.rbs', line 155

def tags
  @tags
end