Class: Aws::Types::CreateDataProductRevisionInput

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)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def domain_identifier
  @domain_identifier
end

#forms_input::Array[Types::FormInput]

Returns the value of attribute forms_input.

Returns:



1016
1017
1018
# File 'sig/types.rbs', line 1016

def forms_input
  @forms_input
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1014
1015
1016
# File 'sig/types.rbs', line 1014

def glossary_terms
  @glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def identifier
  @identifier
end

#items::Array[Types::DataProductItem]

Returns the value of attribute items.

Returns:



1015
1016
1017
# File 'sig/types.rbs', line 1015

def items
  @items
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def name
  @name
end