Class: Aws::Types::CreateProjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def dataset_name
  @dataset_name
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def name
  @name
end

#recipe_name ⇒ ::String

Returns the value of attribute recipe_name.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def recipe_name
  @recipe_name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def role_arn
  @role_arn
end

#sample ⇒ Types::Sample

Returns the value of attribute sample.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def sample
  @sample
end

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

Returns the value of attribute tags.

Returns:

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


101
102
103
# File 'sig/types.rbs', line 101

def tags
  @tags
end