Class: Aws::Types::CreateDataProductRevisionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def domain_id
  @domain_id
end

#first_revision_created_at::Time

Returns the value of attribute first_revision_created_at.

Returns:

  • (::Time)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def first_revision_created_at
  @first_revision_created_at
end

#first_revision_created_by::String

Returns the value of attribute first_revision_created_by.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def first_revision_created_by
  @first_revision_created_by
end

#forms_output::Array[Types::FormOutput]

Returns the value of attribute forms_output.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def forms_output
  @forms_output
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1029
1030
1031
# File 'sig/types.rbs', line 1029

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def id
  @id
end

#items::Array[Types::DataProductItem]

Returns the value of attribute items.

Returns:



1030
1031
1032
# File 'sig/types.rbs', line 1030

def items
  @items
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def revision
  @revision
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "CREATING", "CREATE_FAILED")


1027
1028
1029
# File 'sig/types.rbs', line 1027

def status
  @status
end