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:



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

def forms
  @forms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end