Class: Aws::Types::CreateDataProductInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :forms_input])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def domain_identifier
  @domain_identifier
end

#forms_input::Array[Types::FormInput]

Returns the value of attribute forms_input.

Returns:



985
986
987
# File 'sig/types.rbs', line 985

def forms_input
  @forms_input
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


984
985
986
# File 'sig/types.rbs', line 984

def glossary_terms
  @glossary_terms
end

#items::Array[Types::DataProductItem]

Returns the value of attribute items.

Returns:



986
987
988
# File 'sig/types.rbs', line 986

def items
  @items
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def owning_project_identifier
  @owning_project_identifier
end