Class: Aws::Types::GetTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def api_id
  @api_id
end

#format"SDL", "JSON"

Returns the value of attribute format.

Returns:

  • ("SDL", "JSON")


846
847
848
# File 'sig/types.rbs', line 846

def format
  @format
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def type_name
  @type_name
end