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:



3199
3200
3201
# File 'sig/types.rbs', line 3199

def forms
  @forms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3197
3198
3199
# File 'sig/types.rbs', line 3197

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3198
3199
3200
# File 'sig/types.rbs', line 3198

def name
  @name
end