Class: Aws::Types::Model

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def schema
  @schema
end