Class: Aws::Types::GetAssetTypeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute forms.

Returns:



3189
3190
3191
# File 'sig/types.rbs', line 3189

def forms
  @forms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end