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)


3183
3184
3185
# File 'sig/types.rbs', line 3183

def asset_type_id
  @asset_type_id
end

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

Returns the value of attribute attachments.

Returns:



3186
3187
3188
# File 'sig/types.rbs', line 3186

def attachments
  @attachments
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3181
3182
3183
# File 'sig/types.rbs', line 3181

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3180
3181
3182
# File 'sig/types.rbs', line 3180

def description
  @description
end

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

Returns the value of attribute forms.

Returns:



3185
3186
3187
# File 'sig/types.rbs', line 3185

def forms
  @forms
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


3184
3185
3186
# File 'sig/types.rbs', line 3184

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

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

Returns the value of attribute iterable_forms.

Returns:



3187
3188
3189
# File 'sig/types.rbs', line 3187

def iterable_forms
  @iterable_forms
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3179
3180
3181
# File 'sig/types.rbs', line 3179

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3182
3183
3184
# File 'sig/types.rbs', line 3182

def updated_at
  @updated_at
end