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)


3173
3174
3175
# File 'sig/types.rbs', line 3173

def asset_type_id
  @asset_type_id
end

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

Returns the value of attribute attachments.

Returns:



3176
3177
3178
# File 'sig/types.rbs', line 3176

def attachments
  @attachments
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

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

Returns the value of attribute forms.

Returns:



3175
3176
3177
# File 'sig/types.rbs', line 3175

def forms
  @forms
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


3174
3175
3176
# File 'sig/types.rbs', line 3174

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

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

Returns the value of attribute iterable_forms.

Returns:



3177
3178
3179
# File 'sig/types.rbs', line 3177

def iterable_forms
  @iterable_forms
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end