Class: Aws::Types::GetAssetOutput

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)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def domain_id
  @domain_id
end

#external_identifier::String

Returns the value of attribute external_identifier.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def external_identifier
  @external_identifier
end

#first_revision_created_at::Time

Returns the value of attribute first_revision_created_at.

Returns:

  • (::Time)


2534
2535
2536
# File 'sig/types.rbs', line 2534

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)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def first_revision_created_by
  @first_revision_created_by
end

#forms_output::Array[Types::FormOutput]

Returns the value of attribute forms_output.

Returns:



2541
2542
2543
# File 'sig/types.rbs', line 2541

def forms_output
  @forms_output
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


2536
2537
2538
# File 'sig/types.rbs', line 2536

def glossary_terms
  @glossary_terms
end

#governed_glossary_terms::Array[::String]

Returns the value of attribute governed_glossary_terms.

Returns:

  • (::Array[::String])


2537
2538
2539
# File 'sig/types.rbs', line 2537

def governed_glossary_terms
  @governed_glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def id
  @id
end

#latest_time_series_data_point_forms_output::Array[Types::TimeSeriesDataPointSummaryFormOutput]

Returns the value of attribute latest_time_series_data_point_forms_output.



2543
2544
2545
# File 'sig/types.rbs', line 2543

def latest_time_series_data_point_forms_output
  @latest_time_series_data_point_forms_output
end

#listingTypes::AssetListingDetails

Returns the value of attribute listing.



2540
2541
2542
# File 'sig/types.rbs', line 2540

def listing
  @listing
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2526
2527
2528
# File 'sig/types.rbs', line 2526

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


2538
2539
2540
# File 'sig/types.rbs', line 2538

def owning_project_id
  @owning_project_id
end

#read_only_forms_output::Array[Types::FormOutput]

Returns the value of attribute read_only_forms_output.

Returns:



2542
2543
2544
# File 'sig/types.rbs', line 2542

def read_only_forms_output
  @read_only_forms_output
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


2530
2531
2532
# File 'sig/types.rbs', line 2530

def revision
  @revision
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def type_revision
  @type_revision
end