Class: Aws::Types::GetAssetOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_type_id::String

Returns the value of attribute asset_type_id.

Returns:

  • (::String)


3167
3168
3169
# File 'sig/types.rbs', line 3167

def asset_type_id
  @asset_type_id
end

#attachments::Hash[::String, Types::AssetFormEntry]

Returns the value of attribute attachments.

Returns:



3170
3171
3172
# File 'sig/types.rbs', line 3170

def attachments
  @attachments
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3165
3166
3167
# File 'sig/types.rbs', line 3165

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3164
3165
3166
# File 'sig/types.rbs', line 3164

def description
  @description
end

#forms::Hash[::String, Types::AssetFormEntry]

Returns the value of attribute forms.

Returns:



3169
3170
3171
# File 'sig/types.rbs', line 3169

def forms
  @forms
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


3168
3169
3170
# File 'sig/types.rbs', line 3168

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3162
3163
3164
# File 'sig/types.rbs', line 3162

def id
  @id
end

#iterable_forms::Hash[::String, Types::IterableFormEntry]

Returns the value of attribute iterable_forms.

Returns:



3171
3172
3173
# File 'sig/types.rbs', line 3171

def iterable_forms
  @iterable_forms
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3163
3164
3165
# File 'sig/types.rbs', line 3163

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3166
3167
3168
# File 'sig/types.rbs', line 3166

def updated_at
  @updated_at
end